Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc420 LeCreditBasedConnectionResponseView connection_response_view = in on_incoming_packet() local
422 if (!connection_response_view.IsValid()) { in on_incoming_packet()
425 …OnConnectionResponse(connection_response_view.GetIdentifier(), connection_response_view.GetDestina… in on_incoming_packet()
426 connection_response_view.GetMtu(), connection_response_view.GetMps(), in on_incoming_packet()
427connection_response_view.GetInitialCredits(), connection_response_view.GetResult()); in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc781 …ConnectionResponseView connection_response_view = ConnectionResponseView::Create(control_packet_vi… in handle_one_command() local
782 if (!connection_response_view.IsValid()) { in handle_one_command()
785 …OnConnectionResponse(connection_response_view.GetIdentifier(), connection_response_view.GetDestina… in handle_one_command()
786connection_response_view.GetSourceCid(), connection_response_view.GetResult(), in handle_one_command()
787 connection_response_view.GetStatus()); in handle_one_command()