Searched refs:RemoveAdvertisingSet (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.h | 105 virtual void RemoveAdvertisingSet(uint8_t handle,
|
D | ble_advertiser_hci_interface.cc | 282 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anon00701d7a0111::BleAdvertiserVscHciInterfaceImpl 494 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anon00701d7a0111::BleAdvertiserLegacyHciInterfaceImpl 703 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anon00701d7a0111::BleAdvertiserHciExtendedImpl
|
D | btm_ble_multi_adv.cc | 871 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister()
|
/system/bt/stack/test/ |
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()
|