Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc179 auto reject_synchronous_connection_view = RejectSynchronousConnectionView::Create( in log_link_layer_connection_command() local
182 reject_synchronous_connection_view.IsValid(), in log_link_layer_connection_command()
184 address = reject_synchronous_connection_view.GetBdAddr(); in log_link_layer_connection_command()
185 reason = static_cast<uint16_t>(reject_synchronous_connection_view.GetReason()); in log_link_layer_connection_command()
378 auto reject_synchronous_connection_view = RejectSynchronousConnectionView::Create( in log_link_layer_connection_command_status() local
381 reject_synchronous_connection_view.IsValid(), in log_link_layer_connection_command_status()
383 address = reject_synchronous_connection_view.GetBdAddr(); in log_link_layer_connection_command_status()
384 reason = static_cast<uint16_t>(reject_synchronous_connection_view.GetReason()); in log_link_layer_connection_command_status()