Searched refs:synchronous_connection_complete_view (Results 1 – 1 of 1) sorted by relevance
625 …auto synchronous_connection_complete_view = SynchronousConnectionCompleteView::Create(std::move(pa… in log_link_layer_connection_other_hci_event() local627 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()