Home
last modified time | relevance | path

Searched refs:connection_request_view (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc401 LeCreditBasedConnectionRequestView connection_request_view = in on_incoming_packet() local
403 if (!connection_request_view.IsValid()) { in on_incoming_packet()
406 … OnConnectionRequest(connection_request_view.GetIdentifier(), connection_request_view.GetLePsm(), in on_incoming_packet()
407 connection_request_view.GetSourceCid(), connection_request_view.GetMtu(), in on_incoming_packet()
408connection_request_view.GetMps(), connection_request_view.GetInitialCredits()); in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc749 …ConnectionRequestView connection_request_view = ConnectionRequestView::Create(control_packet_view); in handle_one_command() local
750 if (!connection_request_view.IsValid()) { in handle_one_command()
753 OnConnectionRequest(control_packet_view.GetIdentifier(), connection_request_view.GetPsm(), in handle_one_command()
754 connection_request_view.GetSourceCid()); in handle_one_command()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc529 auto connection_request_view = ConnectionRequestView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event() local
530 ASSERT(connection_request_view.IsValid()); in log_link_layer_connection_other_hci_event()
531 address = connection_request_view.GetBdAddr(); in log_link_layer_connection_other_hci_event()
532 link_type = static_cast<uint16_t>(connection_request_view.GetLinkType()); in log_link_layer_connection_other_hci_event()