Commit Graph
3632 Commits
Author SHA1 Message Date
Francis Tsui 023db9bd33 internal changes.
PiperOrigin-RevId: 834851305
2025-11-20 11:52:11 -08:00
Guogang Li 919d279695 Update the logic to retrieve BLE peripheral.
PiperOrigin-RevId: 834816089
2025-11-20 10:27:57 -08:00
hai007 ea2a651911 Wi-Fi Direct Service Implementation(7)
PiperOrigin-RevId: 834584965
2025-11-19 21:45:43 -08:00
Edwin Wu 7bf001a8c9 [BLEREFACTOR]: Add Mutex::AssertHeld.
PiperOrigin-RevId: 834563947
2025-11-19 20:35:47 -08:00
Anthony Rueda 0eb6b57423 Update MapAction in advertisemet_decoder_rust_impl.cc to take any ActionBit.
PiperOrigin-RevId: 834418752
2025-11-19 13:22:40 -08:00
Anay Wadhera 68845e2e3a Merge pull request #3974 from anayw2001/main
Update compiled protos
2025-11-19 10:25:40 -05:00
Anay Wadhera 78dcf8e7ea Update compiled protos 2025-11-19 15:06:21 +00:00
Edwin Wu 9ce1286bfa [BLEREFACTOR]: Implement DispatchPacket in BleSocket.
PiperOrigin-RevId: 834079972
2025-11-18 20:04:29 -08:00
Nick Bourdakos 9357295089 webrtc
PiperOrigin-RevId: 834019952
2025-11-18 16:42:12 -08:00
hai007 e79d9924a1 Automated Code Change
PiperOrigin-RevId: 833642570
2025-11-17 21:54:18 -08:00
Francis Tsui f4046e764f Remove unused dependencies.
PiperOrigin-RevId: 833587605
2025-11-17 18:58:38 -08:00
hai007 431a020310 Wi-Fi Direct Service Implementation(6)
PiperOrigin-RevId: 833533194
2025-11-17 16:04:50 -08:00
Nick Bourdakos 9bda0031be Remove flag
PiperOrigin-RevId: 833502090
2025-11-17 14:42:48 -08:00
Nick Bourdakos a241cbb7ac webrtc
PiperOrigin-RevId: 833487914
2025-11-17 14:05:55 -08:00
Chris Kennelly 646c9aa1b5 Automated Code Change
PiperOrigin-RevId: 832827003
2025-11-15 18:59:03 -08:00
hai007 1baab3cb2c Add CloudActionType for CloudDownloadStart and CloudDownloadEnd
PiperOrigin-RevId: 832663739
2025-11-15 04:13:52 -08:00
Francis Tsui 1e78c386f9 Move grpc util functions to nearby.
PiperOrigin-RevId: 832425433
2025-11-14 12:57:52 -08:00
Eiden Kim 9ad9cb054f Clean up FOREGROUND_RETRY state.
PiperOrigin-RevId: 832367016
2025-11-14 10:25:19 -08:00
Francis Tsui 48c364b5b2 Fix ASAN error.
PiperOrigin-RevId: 832365890
2025-11-14 10:20:41 -08:00
Edwin Wu 8d18c91e86 [BLEREFACTOR]:Add CreateFromStream API to BleL2capPacket
PiperOrigin-RevId: 832082450
2025-11-13 18:06:01 -08:00
Edwin Wu 8375b82a86 Make delegateDelay property atomic and access it via self.
PiperOrigin-RevId: 832080864
2025-11-13 18:00:52 -08:00
Francis Tsui 2d272f59ea Add tests for WifiLanBwuHandler.
PiperOrigin-RevId: 832075030
2025-11-13 17:37:33 -08:00
Francis Tsui 8ffa9267ce Deprecate flags that have been launched.
PiperOrigin-RevId: 832047988
2025-11-13 16:08:46 -08:00
Edwin Wu ee180724a2 [BLEREFACTOR]: Implement BLE socket control packet data parsing.
PiperOrigin-RevId: 831648347
2025-11-12 19:47:07 -08:00
Edwin Wu 7a8ba5f18b [BLEREFACTOR]: Implement the BLE/L2CAP read/write logic.
PiperOrigin-RevId: 831637265
2025-11-12 19:12:00 -08:00
Edwin Wu e960e72b28 [BLEREFACTOR]: Reset BleSocket streams after closing.
PiperOrigin-RevId: 831610441
2025-11-12 17:58:04 -08:00
Edwin Wu a40875d552 Refactor DiscoveredPeripheralTracker::Shutdown to avoid holding mutex during executor shutdown.
PiperOrigin-RevId: 831610065
2025-11-12 17:53:32 -08:00
Francis Tsui ee1a46c3da Fix code style.
PiperOrigin-RevId: 831606257
2025-11-12 17:37:55 -08:00
Francis Tsui fcee77457f Add flag to control sending address candidates in WifiLan upgrade message.
PiperOrigin-RevId: 831563192
2025-11-12 15:29:37 -08:00
Francis Tsui 4333bed749 Process WifiLan upgrade address candidates.
PiperOrigin-RevId: 831449678
2025-11-12 10:41:11 -08:00
Edwin Wu f214179935 [NC Apple coverage] Refactor GNSCentralPeerManagerTest to use custom fakes and add more test cases.
PiperOrigin-RevId: 831283848
2025-11-12 01:59:05 -08:00
Edwin Wu 3b8ba4a452 [NC Apple coverage] Refactor GNSPeripheralServiceManager tests and improve peripheral socket handling.
PiperOrigin-RevId: 831267194
2025-11-12 01:09:14 -08:00
Edwin Wu d92eae1535 [NC Apple coverage] Refactor GNSPeripheralManager tests to use fake objects. III
PiperOrigin-RevId: 831259501
2025-11-12 00:45:50 -08:00
Edwin Wu 935096779d [NC Apple coverage] Refactor GNSPeripheralManager tests to use fake objects. II
PiperOrigin-RevId: 831246580
2025-11-12 00:04:37 -08:00
Edwin Wu a96818b409 [NC Apple coverage] Refactor GNCNWFrameworkServerSocket and add more tests.
PiperOrigin-RevId: 831142947
2025-11-11 18:08:21 -08:00
Edwin Wu 50de2233f5 [NC Apple coverage] Refactor: Wrap Network.framework C functions for testability. Part II.
PiperOrigin-RevId: 831136979
2025-11-11 17:47:56 -08:00
Edwin Wu 2695dd4089 [BLEREFACTOR]:Refactor byte_utils global functions
PiperOrigin-RevId: 831134984
2025-11-11 17:40:12 -08:00
Edwin Wu decf2acbd9 Update error code for Wifi Hotspot STA connection failure.
PiperOrigin-RevId: 830728102
2025-11-10 21:10:22 -08:00
Edwin Wu 1e7611f61b [BLEREFACTOR]: Refactor BLE/L2CAP endpoint channel
PiperOrigin-RevId: 830711004
2025-11-10 20:15:50 -08:00
Edwin Wu fdffc105e0 Wait for peripheral discovered callback in test.
PiperOrigin-RevId: 830666384
2025-11-10 17:45:09 -08:00
Edwin Wu 3968f3275c [BLEREFACTOR]: Implement refactored Ble/L2CAP flow in P2pClusterPcpHandler and mediums Ble_v2 class.
PiperOrigin-RevId: 830654999
2025-11-10 17:02:41 -08:00
Francis Tsui 438b503f0b Add flag for sending hotspot address candidates.
PiperOrigin-RevId: 830628854
2025-11-10 15:44:26 -08:00
Francis Tsui e49fe76dc5 Make use of address candidates in Hotspot credentials.
PiperOrigin-RevId: 830572287
2025-11-10 13:17:43 -08:00
hai007 35a42d4d31 Automated Code Change
PiperOrigin-RevId: 829891487
2025-11-08 14:38:18 -08:00
Francis Tsui 48ddaf0a95 Remove deprecated methods.
PiperOrigin-RevId: 829640164
2025-11-07 17:54:11 -08:00
Francis Tsui f58e9820d5 Support connecting using link local address in hotspot.
PiperOrigin-RevId: 829634620
2025-11-07 17:29:44 -08:00
Francis Tsui 4f2f9146cb Add address candidates to WifiHotspotCredentials.
PiperOrigin-RevId: 829628783
2025-11-07 17:07:15 -08:00
Francis Tsui 782464c674 Remove deprecated usage of MutexLock.
PiperOrigin-RevId: 829582162
2025-11-07 14:41:27 -08:00
Nick Bourdakos 595c8d3452 Remove flag
PiperOrigin-RevId: 829568582
2025-11-07 14:02:20 -08:00
Nick Bourdakos 74f3e1e638 Remove flag
PiperOrigin-RevId: 829543714
2025-11-07 12:49:54 -08:00