Commit Graph
3997 Commits
Author SHA1 Message Date
Lasan Mahaliyana 773d1907bc disabled 5ghz and 6ghz till a workaround for LAR is found or till LAR situation improves. 2026-02-22 09:01:55 +05:30
Lasan Mahaliyana 1c1ab1d457 added file share qml tray app. made improvements to qml tray controller 2026-02-22 09:00:59 +05:30
Lasan Mahaliyana 2539024306 Implemented BLE l2cap legacy control flow 2026-02-10 22:26:41 +05:30
Lasan Mahaliyana 1eb2e5360a QoL 2026-02-10 18:33:51 +05:30
Lasan Mahaliyana 98675edaca Only wait for PAYLOAD_RECEIVED_ACK on last chunk when peer advertises payload-ack support 2026-02-10 18:33:27 +05:30
Lasan Mahaliyana 9acedeffe4 Converted avahi resolve service to async 2026-02-10 07:52:37 +05:30
Lasan Mahaliyana ee582df8ee Added qml tray app for testing 2026-02-09 19:43:56 +05:30
Lasan Mahaliyana c547d9ff4c Added qml reference application 2026-02-07 11:50:58 +05:30
Lasan Mahaliyana 007edde124 fixed nearby_sharing bugs introduced by upstream merge 2026-02-06 23:30:05 +05:30
Lasan Mahaliyana d238fb589f rewrote l2cap server socket to fix deadlocks 2026-02-06 23:29:32 +05:30
Lasan Mahaliyana b46fabb8a7 fixed thread pool memory_order bug 2026-02-06 23:29:13 +05:30
Lasan Mahaliyana 3fd04004d6 updated BUILD files and MODULE.bazel for bazel 9 2026-02-06 23:28:25 +05:30
kidfromjupiter cdfe437831 l2cap socket psm is not generated once per BleV2Medium initialisation. Accept() waits till all other l2cap connections are closed to create a new connection 2026-02-06 12:28:58 +00:00
kidfromjupiter 2718d9942b fixed l2cap server socket hanging 2026-02-06 11:48:26 +00:00
kidfromjupiter 4d2f34ccfb upstream changes applied to linux impl 2026-02-04 22:04:03 +00:00
kidfromjupiter 5ec5b2b10f removed wifi direct from build 2026-02-04 20:06:43 +00:00
kidfromjupiter e52e7c8d18 Merge remote-tracking branch 'nearby/main' into apply-upstream
# Conflicts:
#	MODULE.bazel
#	connections/implementation/mediums/ble_v2.cc
#	internal/platform/implementation/BUILD
2026-02-04 19:12:40 +00:00
kidfromjupiter 2731ec427a linux <-> linux l2cap socket works now 2026-02-04 14:28:08 +00:00
kidfromjupiter beec7387d4 Updated l2cap socket 2026-02-04 11:39:55 +00:00
Francis Tsui 82947633d3 Fixes to meet styleguide.
PiperOrigin-RevId: 865222108
2026-02-03 22:36:03 -08:00
hai007 e94d3de4e1 Automated Code Change
PiperOrigin-RevId: 865217495
2026-02-03 22:24:12 -08:00
Francis Tsui 387deafa65 Deprecate enable_payload_received_ack flag.
PiperOrigin-RevId: 865065427
2026-02-03 15:10:57 -08:00
Francis Tsui 08aea922d8 Fix TSAN error.
PiperOrigin-RevId: 864960537
2026-02-03 11:10:55 -08:00
kidfromjupiter e09907e335 Re enabled l2cap for testing 2026-02-03 17:26:56 +00:00
hai007 a353c3f851 Automated Code Change
PiperOrigin-RevId: 864793757
2026-02-03 03:28:10 -08:00
Francis Tsui e997a39403 Skip link local address when creating hotspot address candidates.
PiperOrigin-RevId: 864544939
2026-02-02 15:21:58 -08:00
Francis Tsui 21dd3eb21c Fix flaky test.
PiperOrigin-RevId: 864541156
2026-02-02 15:13:36 -08:00
kidfromjupiter 1b0aa58123 disabled wifi direct medium since it technically isn't using proper Wifi Direct 2026-02-01 10:52:35 +00:00
kidfromjupiter fce62beaa6 Added initial wpa supplicant dbus xml files 2026-02-01 06:04:34 +00:00
kidfromjupiter d0c406dd7a added BUILD for nearby sharing client and fixed Wifi DIrect issues. 2026-02-01 06:03:04 +00:00
kidfromjupiter 0b2a8eca1e improved readme 2026-02-01 06:01:44 +00:00
kidfromjupiter ad7f2173d1 Added capability to generate QR code 2026-02-01 06:01:18 +00:00
hai007 684e84ac5e Automated Code Change
PiperOrigin-RevId: 862646603
2026-01-29 02:52:46 -08:00
hai007 3991d6ed70 Automated Code Change
PiperOrigin-RevId: 862218218
2026-01-28 07:02:42 -08:00
hai007 05e886f547 Update WinRT headers to support Windows App SDK and newer Windows SDK.
PiperOrigin-RevId: 862076081
2026-01-27 23:46:02 -08:00
Edwin Wu 96f1a879a7 Remove hardcoded NearbyFlags overrides for iOS in nc.cc.
PiperOrigin-RevId: 861461177
2026-01-26 19:25:23 -08:00
kidfromjupiter 15b26d6174 improved docs 2026-01-23 09:22:22 +05:30
Francis Tsui 8058ad9b22 Lock down flags targets.
PiperOrigin-RevId: 859662460
2026-01-22 10:09:51 -08:00
Francis Tsui cc55622dd6 internal change
PiperOrigin-RevId: 859627482
2026-01-22 08:45:15 -08:00
hai007 0eb177d4b5 Wi-Fi Direct Service Implementation(9.3)
PiperOrigin-RevId: 859401498
2026-01-21 21:19:11 -08:00
kidfromjupiter 11ffc7a627 readme improvements 2026-01-22 10:08:55 +05:30
hai007 8c4711711a Wi-Fi Direct Service Implementation(9.4)
PiperOrigin-RevId: 859268261
2026-01-21 14:38:40 -08:00
Francis Tsui 9a586a8482 Deprecate EnableInstantOnLost flag.
PiperOrigin-RevId: 859246006
2026-01-21 13:45:14 -08:00
Francis Tsui 93387033e8 Internal change
PiperOrigin-RevId: 859234559
2026-01-21 13:24:24 -08:00
Francis Tsui f62858dd30 Internal changes
PiperOrigin-RevId: 859234180
2026-01-21 13:19:42 -08:00
Francis Tsui 8b2b668043 Update bazel modules.
PiperOrigin-RevId: 859179539
2026-01-21 11:07:47 -08:00
kidfromjupiter b7c10dcddc Fixed bug wifi_lan server socket where ip address would be returned in dotted decimal when 4 byte string is expected 2026-01-21 15:17:41 +00:00
kidfromjupiter 2e5641b784 Fixed issue where avahi would not advertise ipv4 address in nsd service info. 2026-01-21 15:15:41 +00:00
hai007 52c0e44813 Remove EnableBleV2 flag.
PiperOrigin-RevId: 858892895
2026-01-20 21:18:07 -08:00
kidfromjupiter 4bae21b617 improvedf readme 2026-01-21 04:48:11 +00:00