Searched refs:RemoveAdvertisingSet (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.h | 88 virtual void RemoveAdvertisingSet(uint8_t handle,
|
D | ble_advertiser_hci_interface.cc | 257 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anona639c8d10111::BleAdvertiserVscHciInterfaceImpl 442 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anona639c8d10111::BleAdvertiserLegacyHciInterfaceImpl 636 void RemoveAdvertisingSet(uint8_t handle, in RemoveAdvertisingSet() function in __anona639c8d10111::BleAdvertiserHciExtendedImpl
|
D | btm_ble_multi_adv.cc | 780 GetHciInterface()->RemoveAdvertisingSet(inst_id, Bind(DoNothing)); in Unregister()
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 111 MOCK_METHOD2(RemoveAdvertisingSet, void(uint8_t, status_cb)); 214 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F() 282 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F() 472 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F() 735 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(advertiser_id, _)) in TEST_F()
|