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.cc409 LeCreditBasedConnectionRequestView connection_request_view = in on_incoming_packet() local
411 if (!connection_request_view.IsValid()) { in on_incoming_packet()
414 … OnConnectionRequest(connection_request_view.GetIdentifier(), connection_request_view.GetLePsm(), in on_incoming_packet()
415 connection_request_view.GetSourceCid(), connection_request_view.GetMtu(), in on_incoming_packet()
416connection_request_view.GetMps(), connection_request_view.GetInitialCredits()); in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc772 …ConnectionRequestView connection_request_view = ConnectionRequestView::Create(control_packet_view); in handle_one_command() local
773 if (!connection_request_view.IsValid()) { in handle_one_command()
776 OnConnectionRequest(control_packet_view.GetIdentifier(), connection_request_view.GetPsm(), in handle_one_command()
777 connection_request_view.GetSourceCid()); in handle_one_command()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc606 auto connection_request_view = ConnectionRequestView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event() local
608 connection_request_view.IsValid(), "assert failed: connection_request_view.IsValid()"); in log_link_layer_connection_other_hci_event()
609 address = connection_request_view.GetBdAddr(); in log_link_layer_connection_other_hci_event()
610 link_type = static_cast<uint16_t>(connection_request_view.GetLinkType()); in log_link_layer_connection_other_hci_event()