Commit Graph
857 Commits
Author SHA1 Message Date
Lasan Mahaliyana ea513a34aa Merge branch 'google:main' into main 2026-03-07 00:16:27 +05:30
hai007 0cd9160cf4 Add more test cases for Awdl medium to improve test coverage.
PiperOrigin-RevId: 877586175
2026-03-02 14:45:04 -08:00
Francis Tsui 65276b6891 Fix build warnings.
PiperOrigin-RevId: 877501913
2026-03-02 11:40:35 -08:00
hai007 657591bce4 Add more test cases for EncryptionRunner to improve test coverage.
PiperOrigin-RevId: 877490825
2026-03-02 11:17:32 -08:00
Francis Tsui 574808daa6 Fix use of deprecated MutexLock.
PiperOrigin-RevId: 877419825
2026-03-02 08:49:07 -08:00
Francis Tsui e5046f6b55 Add support for storing proto messages in preferences.
PiperOrigin-RevId: 875747055
2026-02-26 08:58:54 -08:00
hai007 4a059b0669 Add more test cases for BluetoothDeviceNameTest improve test coverage.
PiperOrigin-RevId: 873094091
2026-02-20 15:16:28 -08:00
hai007 743093a55d Automated Code Change
PiperOrigin-RevId: 869030558
2026-02-11 22:28:39 -08:00
hai007 b49414cb90 Add more test cases for InternalPayloadFactoryTest to improve test coverage.
PiperOrigin-RevId: 868195322
2026-02-10 09:58:08 -08:00
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
Francis Tsui 183fdacb03 Set file save path on a per session basis.
PiperOrigin-RevId: 866512037
2026-02-06 10:16:09 -08:00
Lasan Mahaliyana 3fd04004d6 updated BUILD files and MODULE.bazel for bazel 9 2026-02-06 23:28:25 +05:30
kidfromjupiter 4d2f34ccfb upstream changes applied to linux impl 2026-02-04 22:04:03 +00:00
Francis Tsui 26f03a641c Deprecate enable_payload_received_ack flag.
PiperOrigin-RevId: 865529732
2026-02-04 12:33:26 -08: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
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
Francis Tsui 21dd3eb21c Fix flaky test.
PiperOrigin-RevId: 864541156
2026-02-02 15:13:36 -08:00
hai007 684e84ac5e Automated Code Change
PiperOrigin-RevId: 862646603
2026-01-29 02:52:46 -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
Francis Tsui 8058ad9b22 Lock down flags targets.
PiperOrigin-RevId: 859662460
2026-01-22 10:09:51 -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
hai007 52c0e44813 Remove EnableBleV2 flag.
PiperOrigin-RevId: 858892895
2026-01-20 21:18:07 -08:00
kidfromjupiter a209c46fa3 added nearby_sharing_app implementing nearby_sharing_service for linxu 2026-01-21 07:50:24 +05:30
Francis Tsui 10c85fe248 Remove EnableBleV2 flag.
PiperOrigin-RevId: 858672879
2026-01-20 11:15:44 -08:00
kidfromjupiter 08092be40a Added Build for file_share 2026-01-17 18:10:45 +00:00
kidfromjupiter d516d0b3c1 Added file_share example app to connections 2026-01-17 15:47:53 +05:30
kidfromjupiter a8f706c801 Fixed a segfault with dangling listeners 2026-01-17 08:15:17 +00:00
Edwin Wu c00aa5a12a Remove kUseStableEndpointId flag override.
PiperOrigin-RevId: 857422709
2026-01-16 21:57:24 -08:00
Francis Tsui 581d232cd5 Deprecate EnableReadGattForExtendedAdvertisement flag.
PiperOrigin-RevId: 857322636
2026-01-16 15:20:43 -08:00
Francis Tsui b4a9f7ccc0 Remove EnableGattQueryInThread flag.
PiperOrigin-RevId: 857291479
2026-01-16 13:53:40 -08:00
Francis Tsui 2cda47c30c Deprecate DisableBluetoothClassicScanning flag.
PiperOrigin-RevId: 856914065
2026-01-15 19:04:35 -08:00
Francis Tsui e2714e1685 Deprecate UseStableEndpointId flag.
PiperOrigin-RevId: 856873445
2026-01-15 16:44:47 -08:00
Francis Tsui b5796d2394 Simplify use of ByteArray.
PiperOrigin-RevId: 855304597
2026-01-12 11:15:52 -08:00
Francis Tsui c2c54a3ca0 Remove deprecated OutputStream::Write method.
PiperOrigin-RevId: 854235255
2026-01-09 10:04:02 -08:00
Francis Tsui fbf66ad7e3 Switch OutputStream::Write to use string_view.
PiperOrigin-RevId: 854225267
2026-01-09 09:37:00 -08:00
hai007 be3db49015 Wi-Fi Direct Service Implementation(9.2)
PiperOrigin-RevId: 853845305
2026-01-08 12:36:20 -08:00
Francis Tsui ad6267d236 Remove unused code
PiperOrigin-RevId: 853316103
2026-01-07 10:20:46 -08:00
Francis Tsui 1b557236f7 Log interface count and IPv6 only interface count during wifi upgrade.
PiperOrigin-RevId: 852845375
2026-01-06 10:45:13 -08:00
Francis Tsui 877fcf8cd8 Fix build breakage.
PiperOrigin-RevId: 850761248
2025-12-31 09:03:32 -08:00
Francis Tsui 931624a621 Prevent logging connection failure when mDNS client connects to test the connection.
PiperOrigin-RevId: 850545490
2025-12-30 16:54:14 -08:00
Francis Tsui da41bcd194 Fix tests to actually check session durations and delays.
PiperOrigin-RevId: 849273112
2025-12-26 14:45:48 -08:00
Francis Tsui 34e9326311 Remove unused code.
PiperOrigin-RevId: 847875947
2025-12-22 14:02:47 -08:00
Francis Tsui a590b2a3e2 Update platform to remove file size from CreateInputFile API.
PiperOrigin-RevId: 846311268
2025-12-18 09:52:50 -08:00
hai007 9cf53e968b Wi-Fi Direct Service Implementation(8.3)
PiperOrigin-RevId: 843969255
2025-12-12 22:46:16 -08:00
Anay Wadhera 506f00b275 Export _NcCreateServiceWithEventLogger as well
PiperOrigin-RevId: 843781238
2025-12-12 12:02:35 -08:00
Francis Tsui 03ae6b1be1 Switch various WifiLanMedium connect methods to use ServiceAddress.
PiperOrigin-RevId: 843241925
2025-12-11 08:52:53 -08:00