Searched refs:SetRandomAddress (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.h | 72 virtual void SetRandomAddress(uint8_t handle,
|
D | ble_advertiser_hci_interface.cc | 213 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserVscHciInterfaceImpl 438 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserLegacyHciInterfaceImpl 614 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserHciExtendedImpl
|
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()
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 103 MOCK_METHOD3(SetRandomAddress, void(uint8_t, const RawAddress&, status_cb)); 457 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 700 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 751 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 815 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 976 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 1078 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F()
|
/system/bt/gd/hci/ |
D | le_scanning_manager_test.cc | 219 void SetRandomAddress(Address address) {} in SetRandomAddress() function in bluetooth::hci::__anone6f257030111::TestAclManager
|
D | le_advertising_manager_test.cc | 256 void SetRandomAddress(Address address) {} in SetRandomAddress() function in bluetooth::hci::__anon003212320111::TestAclManager
|