Searched refs:RemoveAdvertisingSet (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/stack/test/ |
H A D | ble_advertiser_test.cc | 108 MOCK_METHOD2(RemoveAdvertisingSet, void(uint8_t, status_cb)); 211 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F() 288 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F() 498 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F() 780 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F() 873 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F() 1049 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F()
|
/aosp12/system/bt/stack/btm/ |
H A D | ble_advertiser_hci_interface.h | 105 virtual void RemoveAdvertisingSet(uint8_t handle,
|
H A D | ble_advertiser_hci_interface.cc | 283 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anond4e53b3d0110::BleAdvertiserVscHciInterfaceImpl 495 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anond4e53b3d0110::BleAdvertiserLegacyHciInterfaceImpl 704 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anond4e53b3d0110::BleAdvertiserHciExtendedImpl
|
H A D | btm_ble_multi_adv.cc | 877 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister()
|