Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc412 LeCreditBasedConnectionResponseView connection_response_view = in on_incoming_packet() local
414 if (!connection_response_view.IsValid()) { in on_incoming_packet()
417 …OnConnectionResponse(connection_response_view.GetIdentifier(), connection_response_view.GetDestina… in on_incoming_packet()
418 connection_response_view.GetMtu(), connection_response_view.GetMps(), in on_incoming_packet()
419connection_response_view.GetInitialCredits(), connection_response_view.GetResult()); in on_incoming_packet()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc758 …ConnectionResponseView connection_response_view = ConnectionResponseView::Create(control_packet_vi… in handle_one_command() local
759 if (!connection_response_view.IsValid()) { in handle_one_command()
762 …OnConnectionResponse(connection_response_view.GetIdentifier(), connection_response_view.GetDestina… in handle_one_command()
763connection_response_view.GetSourceCid(), connection_response_view.GetResult(), in handle_one_command()
764 connection_response_view.GetStatus()); in handle_one_command()