Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc448 LeDisconnectionResponseView disconnection_response_view = in on_incoming_packet() local
450 if (!disconnection_response_view.IsValid()) { in on_incoming_packet()
453 OnDisconnectionResponse(disconnection_response_view.GetIdentifier(), in on_incoming_packet()
454 disconnection_response_view.GetDestinationCid(), in on_incoming_packet()
455 disconnection_response_view.GetSourceCid()); in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc819 …DisconnectionResponseView disconnection_response_view = DisconnectionResponseView::Create(control_… in handle_one_command() local
820 if (!disconnection_response_view.IsValid()) { in handle_one_command()
823 OnDisconnectionResponse(disconnection_response_view.GetIdentifier(), in handle_one_command()
824 disconnection_response_view.GetDestinationCid(), in handle_one_command()
825 disconnection_response_view.GetSourceCid()); in handle_one_command()