Searched refs:SetRandomAddress (Results 1 – 4 of 4) 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 __anon00701d7a0111::BleAdvertiserVscHciInterfaceImpl 438 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anon00701d7a0111::BleAdvertiserLegacyHciInterfaceImpl 614 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() function in __anon00701d7a0111::BleAdvertiserHciExtendedImpl
|
D | btm_ble_multi_adv.cc | 221 hci_interface->SetRandomAddress( in ConfigureRpa() 328 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, rpa, Bind( in StartAdvertising() 438 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, rpa, Bind( in StartAdvertisingSet()
|
/system/bt/stack/test/ |
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()
|