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, BD_ADDR random_address,
|
D | ble_advertiser_hci_interface.cc | 194 void SetRandomAddress(uint8_t handle, uint8_t random_address[6], in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserVscHciInterfaceImpl 392 void SetRandomAddress(uint8_t handle, uint8_t random_address[6], in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserLegacyHciInterfaceImpl 548 void SetRandomAddress(uint8_t handle, uint8_t random_address[6], in SetRandomAddress() function in __anona639c8d10111::BleAdvertiserHciExtendedImpl
|
D | btm_ble_multi_adv.cc | 240 hci_interface->SetRandomAddress( in ConfigureRpa() 344 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, *rpa, Bind( in StartAdvertising() 424 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, *rpa, Bind( in StartAdvertisingSet()
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 104 MOCK_METHOD3(SetRandomAddress, void(uint8_t, BD_ADDR, status_cb)); 433 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 671 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F() 715 EXPECT_CALL(*hci_mock, SetRandomAddress(_, _, _)) in TEST_F()
|