Home
last modified time | relevance | path

Searched refs:RemoveAdvertisingSet (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/test/
H A Dble_advertiser_test.cc108 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 Dble_advertiser_hci_interface.h105 virtual void RemoveAdvertisingSet(uint8_t handle,
H A Dble_advertiser_hci_interface.cc283 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 Dbtm_ble_multi_adv.cc877 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister()