Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dble_advertiser_hci_interface.h72 virtual void SetRandomAddress(uint8_t handle, BD_ADDR random_address,
Dble_advertiser_hci_interface.cc194 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
Dbtm_ble_multi_adv.cc240 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/
Dble_advertiser_test.cc104 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()