lasan
|
6c19a7850e
|
merged from upstream.
|
2026-06-03 10:27:19 +05:30 |
|
Francis Tsui
|
8bc556c4e7
|
internal
PiperOrigin-RevId: 925564968
|
2026-06-02 14:02:58 -07:00 |
|
Francis Tsui
|
0e96ed9795
|
Remove EventLogger.
PiperOrigin-RevId: 925032163
|
2026-06-01 18:45:11 -07:00 |
|
lasan
|
f3c68422c2
|
added test headers and stuff
|
2026-05-24 19:51:02 +05:30 |
|
Francis Tsui
|
4181803eb6
|
Create platform independent WebRtcMedium impl.
PiperOrigin-RevId: 919894367
|
2026-05-22 15:45:18 -07:00 |
|
Francis Tsui
|
4e387e7ea7
|
Move platform dependent part of WebRtcMedium into WebRtcPlatform.
PiperOrigin-RevId: 919888693
|
2026-05-22 15:32:44 -07:00 |
|
Francis Tsui
|
b536c8da3a
|
Move TachyonExpressSignallingMessenger into mediums/webrtc.
PiperOrigin-RevId: 919882997
|
2026-05-22 15:19:17 -07:00 |
|
Nick Bourdakos
|
e4f25b54c6
|
Internal
PiperOrigin-RevId: 919352057
|
2026-05-21 18:01:33 -07:00 |
|
Francis Tsui
|
5df1af7c61
|
Create separate WebRtc Platform.
PiperOrigin-RevId: 919283950
|
2026-05-21 15:26:28 -07:00 |
|
Francis Tsui
|
765bd555e4
|
Create separate WebRtc Platform.
PiperOrigin-RevId: 919274513
|
2026-05-21 15:06:58 -07:00 |
|
Francis Tsui
|
6fa56d81af
|
Create separate WebRtc Platform.
PiperOrigin-RevId: 919258148
|
2026-05-21 14:32:04 -07:00 |
|
Francis Tsui
|
ab45551b73
|
Make WebRtcMedium private to mediums/webrtc.
PiperOrigin-RevId: 918557620
|
2026-05-20 11:28:41 -07:00 |
|
Francis Tsui
|
df7666758f
|
Remove use of deprecated absl::optional.
PiperOrigin-RevId: 917909400
|
2026-05-19 10:37:31 -07:00 |
|
lasan
|
dd7c1f521c
|
sdbus-cpp will now be built by bazel instead of relying on system sdbus-cpp
|
2026-05-16 18:56:25 +05:30 |
|
Edwin Wu
|
e234002750
|
Fixed a go/mobile_tsan error (data_race) found while running //third_party/nearby/internal/platform/implementation/apple/Tests:PlatformTest
PiperOrigin-RevId: 915715369
|
2026-05-14 18:17:28 -07:00 |
|
Francis Tsui
|
7d84d08619
|
Remove unused code.
PiperOrigin-RevId: 915643059
|
2026-05-14 15:21:21 -07:00 |
|
Francis Tsui
|
f3a18121a9
|
Fix device type to string.
PiperOrigin-RevId: 915051624
|
2026-05-13 14:14:21 -07:00 |
|
hai007
|
d41eff045c
|
Automated Code Change
PiperOrigin-RevId: 912819296
|
2026-05-08 20:24:31 -07:00 |
|
Francis Tsui
|
87c6ad999e
|
Deprecate enable_hotspot_address_candidates flag.
PiperOrigin-RevId: 912663559
|
2026-05-08 13:19:45 -07:00 |
|
Francis Tsui
|
313efed9c9
|
Fix unprotected multi-threaded access to list.
PiperOrigin-RevId: 912324436
|
2026-05-07 22:18:07 -07:00 |
|
Francis Tsui
|
6b2f1b96eb
|
remove unused code.
PiperOrigin-RevId: 911531448
|
2026-05-06 13:54:19 -07:00 |
|
hai007
|
db6f238fde
|
Automated Code Change
PiperOrigin-RevId: 909079635
|
2026-05-01 23:45:47 -07:00 |
|
Edwin Wu
|
04022d0db3
|
Refactor MediumEnvironment to improve FakeClock usage.
PiperOrigin-RevId: 904891357
|
2026-04-24 02:07:38 -07:00 |
|
hai007
|
c577ccaf4f
|
Automated Code Change
PiperOrigin-RevId: 904780249
|
2026-04-23 21:02:41 -07:00 |
|
lasan
|
f8d6247346
|
enabled GATT client for linux. this makes it possible for linux to initiate L2cap connections
|
2026-04-18 19:30:54 +05:30 |
|
lasan
|
cf63fe5b5d
|
added linux feature flag to enable 5ghz hotspot
|
2026-04-17 11:21:47 +05:30 |
|
lasan
|
f930016901
|
removed redundant checks
|
2026-04-17 11:04:34 +05:30 |
|
Edwin Wu
|
bd66643160
|
Implement single-copy optimizations for BLE/L2CAP sockets.
PiperOrigin-RevId: 897745906
|
2026-04-10 09:58:48 -07:00 |
|
Edwin Wu
|
26efd91ff4
|
Introduce factory patterns for BLE managers in BleMedium.
PiperOrigin-RevId: 897492346
|
2026-04-09 22:53:52 -07:00 |
|
hai007
|
db72ebcaa4
|
Automated Code Change
PiperOrigin-RevId: 896829185
|
2026-04-08 19:52:40 -07:00 |
|
Edwin Wu
|
4b5e42ad71
|
Fix potential deadlock and use-after-free in BleServerSocket on Apple.
PiperOrigin-RevId: 895638821
|
2026-04-06 20:50:33 -07:00 |
|
Edwin Wu
|
cae29fe15a
|
The GNCMWaitForConnection utility is updated to allow specifying a target dispatch queue.
PiperOrigin-RevId: 895632592
|
2026-04-06 20:34:41 -07:00 |
|
Lasan Mahaliyana
|
161ceedfac
|
re enabled GATT server. Android requires GATT characteristics to be preset to initiate l2cap connection
|
2026-04-06 22:26:40 +05:30 |
|
Edwin Wu
|
a570c9df8f
|
[Nearby] Optimize NWFramework socket reads and writes for performance and memory. IV
PiperOrigin-RevId: 894952159
|
2026-04-05 09:18:32 -07:00 |
|
Edwin Wu
|
b382cdb022
|
[Nearby] Optimize NWFramework socket reads and writes for performance and memory. III
PiperOrigin-RevId: 894930585
|
2026-04-05 07:51:18 -07:00 |
|
Edwin Wu
|
1bc6346601
|
[Nearby] Optimize NWFramework socket reads and writes for performance and memory. II
PiperOrigin-RevId: 894923575
|
2026-04-05 07:19:18 -07:00 |
|
Edwin Wu
|
a405436f44
|
[Nearby] Optimize NWFramework socket reads and writes for performance and memory. I
PiperOrigin-RevId: 893210612
|
2026-04-01 18:27:47 -07:00 |
|
Francis Tsui
|
ac46c3670c
|
Remove obsolete code.
PiperOrigin-RevId: 892563700
|
2026-03-31 15:16:54 -07:00 |
|
Edwin Wu
|
c7a8361639
|
Continue scanning even when peripherals are connected.
PiperOrigin-RevId: 892142072
|
2026-03-31 00:00:59 -07:00 |
|
Francis Tsui
|
f088ef3b74
|
Remove unnecessary DevicInfoImpl class.
PiperOrigin-RevId: 892102193
|
2026-03-30 22:18:31 -07:00 |
|
Francis Tsui
|
90028655d2
|
Cleanup DeviceInfo
PiperOrigin-RevId: 891750619
|
2026-03-30 09:11:37 -07:00 |
|
Lasan Mahaliyana
|
29e1aa0555
|
added sepereate cc_library for system clock
|
2026-03-26 20:49:27 +05:30 |
|
hai007
|
c855c882c4
|
absl::StatusOr is banned in Chromium
https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md#statusor-banned
PiperOrigin-RevId: 889397318
|
2026-03-25 13:10:55 -07:00 |
|
hai007
|
e8dbe745f8
|
Fix a few error triggered when trying to roll nearby in Chromium.
PiperOrigin-RevId: 889051225
|
2026-03-24 23:33:10 -07:00 |
|
Lasan Mahaliyana
|
f884cf3473
|
implemented gatt but removed it from ble_v2_medium. implemented bluez_agent and bluez agent manager for accepting incoming pairing requests
|
2026-03-22 00:50:27 +05:30 |
|
hai007
|
92e901e466
|
Always include preferences_manager.h in platform.h.
PiperOrigin-RevId: 886985043
|
2026-03-20 14:49:52 -07:00 |
|
Lasan Mahaliyana
|
0434117008
|
disabled gatt server + client on linux
|
2026-03-21 00:54:04 +05:30 |
|
Lasan Mahaliyana
|
04d1c89195
|
converted RegisterMonitor and UnregisterMonitor to async
|
2026-03-21 00:53:45 +05:30 |
|
lasan
|
3b9c2e0ce3
|
WIP: minor fixes
|
2026-03-20 20:48:37 +05:30 |
|
lasan
|
607d37a6b0
|
converted LeAdvertisementManager to use async internally and expose a sync API
|
2026-03-20 17:03:57 +05:30 |
|