Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc625 …auto synchronous_connection_complete_view = SynchronousConnectionCompleteView::Create(std::move(pa… in log_link_layer_connection_other_hci_event() local
627 synchronous_connection_complete_view.IsValid(), in log_link_layer_connection_other_hci_event()
629 connection_handle = synchronous_connection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
630 address = synchronous_connection_complete_view.GetBdAddr(); in log_link_layer_connection_other_hci_event()
631 link_type = static_cast<uint16_t>(synchronous_connection_complete_view.GetLinkType()); in log_link_layer_connection_other_hci_event()
632 status = synchronous_connection_complete_view.GetStatus(); in log_link_layer_connection_other_hci_event()