Lines Matching refs:reason
144 uint16_t reason = android::bluetooth::hci::STATUS_UNKNOWN; in btu_hcif_log_event_metrics() local
160 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
166 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
172 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
179 …bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, encryption_e… in btu_hcif_log_event_metrics()
191 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
203 android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
209 STREAM_TO_UINT8(reason, p_event); in btu_hcif_log_event_metrics()
214 android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
226 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
236 android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
483 uint8_t reason; in btu_hcif_log_command_metrics() local
497 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
501 kUnknownBleEvt, cmd_status, reason); in btu_hcif_log_command_metrics()
524 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
529 kUnknownBleEvt, cmd_status, reason); in btu_hcif_log_command_metrics()
702 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
704 cmd_status, reason, 0); in btu_hcif_log_command_metrics()
772 uint16_t reason = android::bluetooth::hci::STATUS_UNKNOWN; in btu_hcif_log_command_complete_metrics() local
785 status, reason); in btu_hcif_log_command_complete_metrics()
794 hci_event, status, reason, 0); in btu_hcif_log_command_complete_metrics()
802 …ooth::common::LogClassicPairingEvent(RawAddress::kEmpty, handle, opcode, hci_event, status, reason, in btu_hcif_log_command_complete_metrics()
819 status, reason, 0); in btu_hcif_log_command_complete_metrics()
1067 uint8_t reason; in btu_hcif_disconnection_comp_evt() local
1071 STREAM_TO_UINT8(reason, p); in btu_hcif_disconnection_comp_evt()
1075 if ((reason != HCI_ERR_CONN_CAUSE_LOCAL_HOST) && in btu_hcif_disconnection_comp_evt()
1076 (reason != HCI_ERR_PEER_USER)) { in btu_hcif_disconnection_comp_evt()
1079 __func__, reason, handle); in btu_hcif_disconnection_comp_evt()
1083 if (!l2c_link_hci_disc_comp(handle, reason)) btm_sco_removed(handle, reason); in btu_hcif_disconnection_comp_evt()
1086 btm_sec_disconnected(handle, reason); in btu_hcif_disconnection_comp_evt()