Home
last modified time | relevance | path

Searched refs:OnOwnAddressResponse (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.h218 virtual void OnOwnAddressResponse(uint32_t broadcast_id, uint8_t addr_type,
Dmock_state_machine.h65 this->cb->OnOwnAddressResponse(this->cfg.broadcast_id, 0, RawAddress()); in MockBroadcastStateMachine()
Dstate_machine_test.cc80 MOCK_METHOD((void), OnOwnAddressResponse,
412 EXPECT_CALL(*(sm_callbacks_.get()), OnOwnAddressResponse(broadcast_id, _, _)) in TEST_F()
Dstate_machine.cc116 base::Bind(&IBroadcastStateMachineCallbacks::OnOwnAddressResponse, in RequestOwnAddress()
Dbroadcaster.cc1019 void OnOwnAddressResponse(uint32_t broadcast_id, uint8_t addr_type, in OnOwnAddressResponse() function in __anon719d1fdc0111::LeAudioBroadcasterImpl::BroadcastStateMachineCallbacks