Home
last modified time | relevance | path

Searched refs:OnInformationResponse (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.h100 void OnInformationResponse(SignalId signal_id, const InformationResponseView& response);
Dsignalling_manager.cc701 void ClassicSignallingManager::OnInformationResponse(SignalId signal_id, const InformationResponseV… in OnInformationResponse() function in bluetooth::l2cap::classic::internal::ClassicSignallingManager
857 OnInformationResponse(information_response_view.GetIdentifier(), information_response_view); in handle_one_command()