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,
Dble_advertiser_hci_interface.cc213 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
Dbtm_ble_multi_adv.cc221 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/
Dble_advertiser_test.cc101 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()