Searched refs:SetRandomAddress (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/stack/test/ |
H A D | ble_advertiser_test.cc | 101 MOCK_METHOD3(SetRandomAddress, void(uint8_t, const RawAddress&, status_cb)); 455 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 698 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 749 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 813 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 974 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 1076 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F()
|
/aosp12/system/bt/stack/btm/ |
H A D | ble_advertiser_hci_interface.h | 72 virtual void SetRandomAddress(uint8_t handle,
|
H A D | ble_advertiser_hci_interface.cc | 214 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anond4e53b3d0110::BleAdvertiserVscHciInterfaceImpl 439 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anond4e53b3d0110::BleAdvertiserLegacyHciInterfaceImpl 615 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anond4e53b3d0110::BleAdvertiserHciExtendedImpl
|
H A D | btm_ble_multi_adv.cc | 222 hci_interface->SetRandomAddress( in ConfigureRpa() 329 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, rpa, Bind( in StartAdvertising() 440 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, rpa, Bind( in StartAdvertisingSet()
|
/aosp12/system/bt/gd/hci/ |
H A D | le_scanning_manager_test.cc | 230 void SetRandomAddress(Address address) {} in SetRandomAddress() function in bluetooth::hci::__anon7570eaef0110::TestAclManager
|
H A D | le_advertising_manager_test.cc | 280 void SetRandomAddress(Address address) {} in SetRandomAddress() function in bluetooth::hci::__anon370d2e9e0110::TestAclManager
|