Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_metrics_logging.cc349 auto disconnection_complete_view = DisconnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event() local
350 ASSERT(disconnection_complete_view.IsValid()); in log_link_layer_connection_other_hci_event()
351 status = disconnection_complete_view.GetStatus(); in log_link_layer_connection_other_hci_event()
352 connection_handle = disconnection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
353 reason = disconnection_complete_view.GetReason(); in log_link_layer_connection_other_hci_event()