hai007
9c81350351
Added visibility on test only target for 1st party partners.
...
PiperOrigin-RevId: 691116241
2024-10-29 12:22:59 -07:00
Edwin Wu
7fca68d543
Add WEB_RTC_NON_CELLULAR enum, VI
...
PiperOrigin-RevId: 690941154
2024-10-29 02:56:40 -07:00
hai007
0e4379ddc6
Automated Code Change
...
PiperOrigin-RevId: 690869480
2024-10-28 21:58:50 -07:00
Francis Tsui
b4d11ecbda
Use machine name for advertisement when user not logged in.
...
PiperOrigin-RevId: 690479544
2024-10-27 22:52:21 -07:00
hai007
7c8071e847
Add begin()/end() to ByteArray.
...
This allows this type to meet the requirements of e.g.
std::ranges::range, which is necessary for it to work with the
std::span range constructor, or the "non-legacy" constructor for
Chromium's base::span.
Fixes a number of IWYU problems along the way, to silence checks.
Bug: chromium:364987728
PiperOrigin-RevId: 689841844
2024-10-25 10:50:00 -07:00
Guogang Li
9aa2510055
Internal changes
...
PiperOrigin-RevId: 689614191
2024-10-24 20:11:07 -07:00
hai007
cae5c929f3
Fix Hotspot STA can't get IP address problem
...
PiperOrigin-RevId: 689589148
2024-10-24 18:34:27 -07:00
Guogang Li
001c1c9ba7
Visibility changes
...
PiperOrigin-RevId: 689526607
2024-10-24 14:58:10 -07:00
hai007
df6c4fadef
Implement Auto-reconnect after disconnection [2]
...
PiperOrigin-RevId: 689040466
2024-10-23 11:30:32 -07:00
Francis Tsui
43aa565f14
Fix GetOsDeviceName returns string with trailing \0.
...
PiperOrigin-RevId: 688673080
2024-10-22 13:37:14 -07:00
hai007
00d0a7d3f0
Automated Code Change
...
PiperOrigin-RevId: 688449841
2024-10-22 01:43:44 -07:00
Francis Tsui
5840369ce6
Remove unused deviceInfo methods.
...
PiperOrigin-RevId: 688334273
2024-10-21 17:46:16 -07:00
Francis Tsui
76e32d56d6
Add RPC logging.
...
PiperOrigin-RevId: 687376548
2024-10-18 11:54:11 -07:00
Francis Tsui
e05351aa7e
internal changes
...
PiperOrigin-RevId: 687366249
2024-10-18 11:21:21 -07:00
Anay Wadhera
b02ba01346
internal change
...
PiperOrigin-RevId: 687133353
2024-10-17 19:58:24 -07:00
Francis Tsui
2183467f14
Move outgoing connection management into OutgoingShareSession.
...
PiperOrigin-RevId: 686671335
2024-10-16 15:56:43 -07:00
Anay Wadhera
7185c11452
Exclude fake webrtc sources from platform compile
...
PiperOrigin-RevId: 686642000
2024-10-16 14:26:04 -07:00
Edwin Wu
e5f80e9fdc
Add WEB_RTC_NON_CELLULAR enum, IV
...
PiperOrigin-RevId: 686408097
2024-10-16 01:16:43 -07:00
Edwin Wu
77a75f4389
Add WEB_RTC_NON_CELLULAR enum, III
...
PiperOrigin-RevId: 686391802
2024-10-16 00:07:37 -07:00
hai007
91a41a1de9
Automated Code Change
...
PiperOrigin-RevId: 686343764
2024-10-15 20:27:21 -07:00
Crisrael Lucero
32f6c39b46
Reorder preprocessor in encryptor for non-Chromium, non-iOS builds
...
PiperOrigin-RevId: 686112436
2024-10-15 08:21:43 -07:00
Nick Bourdakos
cc205590ab
Fix Apple platform implementation bug for SendRequest
...
PiperOrigin-RevId: 685269857
2024-10-12 15:38:05 -07:00
Edwin Wu
7b2eddc458
Add WEB_RTC_NON_CELLULAR enum, II
...
PiperOrigin-RevId: 685103930
2024-10-12 00:28:58 -07:00
Guogang Li
fec1c8f63f
Enable a few flags for NC test
...
PiperOrigin-RevId: 684943491
2024-10-11 13:46:54 -07:00
Guogang Li
37d7dc19de
Change the method to stop Wi-Fi LAN advertising
...
PiperOrigin-RevId: 684905306
2024-10-11 11:40:34 -07:00
Guogang Li
1255f6a800
Internal fix
...
PiperOrigin-RevId: 684640919
2024-10-10 18:04:17 -07:00
hai007
05ae5583f8
Move crypto-related symbols from ::crypto:: to ::nearby::crypto:: to deconflict
...
them with chromium ::crypto symbols of the same names.
PiperOrigin-RevId: 684566882
2024-10-10 13:54:53 -07:00
Guogang Li
45e297cc93
Reduce GATT read during discovery
...
PiperOrigin-RevId: 684175246
2024-10-09 14:36:44 -07:00
Eiden Kim
81148a8b72
Update wstring converter
...
PiperOrigin-RevId: 684119260
2024-10-09 11:54:27 -07:00
hai007
b721624851
Automated Code Change
...
PiperOrigin-RevId: 683908630
2024-10-08 23:45:46 -07:00
Anay Wadhera
117b13d099
introduce copy file utility
...
PiperOrigin-RevId: 683707504
2024-10-08 11:46:08 -07:00
Eiden Kim
25d4aca219
Update wstring converter
...
PiperOrigin-RevId: 682112846
2024-10-03 18:32:59 -07:00
Francis Tsui
ab00092c6c
Create hard link for latest log files.
...
PiperOrigin-RevId: 681986911
2024-10-03 12:39:42 -07:00
hai007
53b09d452b
[Safe-to-disconnect] Fix a bug in ReplaceChannelForEndpoint()
...
PiperOrigin-RevId: 679298374
2024-09-26 14:37:57 -07:00
Nick Bourdakos
1a87241ffd
Implement GattClient#Disconnect for Apple implementation of BLEv2
...
PiperOrigin-RevId: 679218551
2024-09-26 11:09:30 -07:00
hai007
9b4a4da7d2
[Nearby Windows][Hotspot] Store the Hotspot SSID to a file in case the APP get close unexpected.
...
PiperOrigin-RevId: 676945569
2024-09-20 13:10:21 -07:00
Guogang Li
6707efeed8
internal refactor
...
PiperOrigin-RevId: 676552917
2024-09-19 13:58:21 -07:00
Guogang Li
47f2dfec28
Removed platform types dependency from windows platform codes
...
PiperOrigin-RevId: 676447748
2024-09-19 09:37:29 -07:00
hai007
601ca32370
[Nearby Windows][Hotspot] Fix the issue that the Hotspot profile is not deleted correctly in client side after the Hotspot connection.
...
PiperOrigin-RevId: 675771020
2024-09-17 17:38:03 -07:00
Guogang Li
f7e54916c0
Fixed a bug in file reading
...
PiperOrigin-RevId: 674498290
2024-09-13 18:15:35 -07:00
Anay Wadhera
153ea88c7a
Don't add addresses to the list of available addresses if we're not connected to a network.
...
PiperOrigin-RevId: 674029079
2024-09-12 15:16:33 -07:00
Francis Tsui
4babeeaed8
Fix flaky test.
...
PiperOrigin-RevId: 673077504
2024-09-10 13:12:48 -07:00
Francis Tsui
30c8e0e722
Simplify winrt build target.
...
PiperOrigin-RevId: 672754586
2024-09-09 19:13:58 -07:00
Dmitri Gribenko
686abb539f
Automated Code Change
...
PiperOrigin-RevId: 672586811
2024-09-09 10:19:22 -07:00
Martin Brænne
013213b4bd
Automated Code Change
...
PiperOrigin-RevId: 672557543
2024-09-09 08:43:56 -07:00
Guogang Li
3c8737f92d
internal dependency updates
...
PiperOrigin-RevId: 672555643
2024-09-09 08:36:04 -07:00
Anthony Rueda
6dd3fbcd3d
[Presence] Deprecate signature_version field in protos.
...
PiperOrigin-RevId: 671511383
2024-09-05 14:30:15 -07:00
Francis Tsui
d89e1f6832
Use client_secret and client_id from prefs in grpc client.
...
PiperOrigin-RevId: 671450009
2024-09-05 11:39:47 -07:00
Anay Wadhera
2610b7c564
remove unused dependency
...
PiperOrigin-RevId: 671398677
2024-09-05 09:23:51 -07:00
Francis Tsui
83c6a8bbbe
Add missing header file.
...
PiperOrigin-RevId: 671090966
2024-09-04 14:01:55 -07:00