Searched refs:synchronous_connection_complete_view (Results 1 – 1 of 1) sorted by relevance
357 …auto synchronous_connection_complete_view = SynchronousConnectionCompleteView::Create(std::move(pa… in log_link_layer_connection_other_hci_event() local358 ASSERT(synchronous_connection_complete_view.IsValid()); in log_link_layer_connection_other_hci_event()359 connection_handle = synchronous_connection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()360 address = synchronous_connection_complete_view.GetBdAddr(); in log_link_layer_connection_other_hci_event()361 link_type = static_cast<uint16_t>(synchronous_connection_complete_view.GetLinkType()); in log_link_layer_connection_other_hci_event()362 status = synchronous_connection_complete_view.GetStatus(); in log_link_layer_connection_other_hci_event()