Searched refs:hci_error_code_text (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/bt/stack/include/ |
H A D | hci_error_code.h | 71 inline std::string hci_error_code_text(const tHCI_ERROR_CODE& error_code) { in hci_error_code_text() function 155 return hci_error_code_text(status_code); in hci_status_code_text() 160 return hci_error_code_text(reason_code); in hci_reason_code_text()
|
/aosp12/system/bt/main/shim/ |
H A D | link_policy.cc | 180 hci_error_code_text(status).c_str(), handle, new_mode, interval); in btm_pm_on_mode_change() 236 PRIVATE_ADDRESS(p_acl->remote_addr), hci_error_code_text(status).c_str()); in btm_pm_on_mode_change() 289 hci_error_code_text(status).c_str()); in btm_pm_on_sniff_subrating()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 185 hci_error_code_text(reason).c_str()); in hci_btsnd_hcic_disconnect() 340 hci_error_code_text(static_cast<tHCI_STATUS>(status)).c_str()); in btm_acl_process_sca_cmpl_pkt() 945 hci_error_code_text(static_cast<tHCI_STATUS>(status)).c_str()); in btm_read_remote_features_complete_raw() 1416 PRIVATE_ADDRESS(bd_addr), hci_error_code_text(hci_status).c_str(), in btm_acl_role_changed() 1833 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status)) in btm_read_tx_power_complete() 1888 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status)) in btm_read_rssi_complete() 1996 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status)) in btm_read_automatic_flush_timeout_complete() 2053 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status)) in btm_read_link_quality_complete() 2617 hci_error_code_text(status).c_str()); in btm_acl_disconnected() 2714 hci_error_code_text(reason).c_str(), reason); in acl_disconnect_after_role_switch()
|
H A D | btm_ble_connection_establishment.cc | 95 << hci_error_code_text(status); in btm_ble_create_ll_conn_complete()
|
H A D | btm_pm.cc | 803 hci_error_code_text(status).c_str()); in process_ssr_event()
|
/aosp12/system/bt/bta/sys/ |
H A D | bta_sys_conn.cc | 93 hci_error_code_text(hci_status).c_str()); in bta_sys_notify_role_chg()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_sco.cc | 700 hci_handle, hci_error_code_text(hci_status).c_str()); in btm_sco_connected() 723 hci_handle, hci_error_code_text(hci_status).c_str()); in btm_sco_connected()
|
H A D | btm_ble_bgconn.cc | 88 msg, hci_error_code_text(status).c_str()); in acceptlist_command_complete()
|
H A D | btm_sec.cc | 3146 hci_error_code_text(status)); in btm_sec_auth_complete() 3413 PRIVATE_ADDRESS(bda), hci_error_code_text(status).c_str()); in btm_sec_connected() 3418 PRIVATE_ADDRESS(bda), hci_error_code_text(status).c_str()); in btm_sec_connected() 3685 hci_error_code_text(reason).c_str(), handle); in btm_sec_disconnected()
|
H A D | btm_ble_gap.cc | 2360 hci_error_code_text(static_cast<tHCI_STATUS>(status)).c_str()); in btm_ble_read_remote_features_complete()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_link.cc | 175 hci_error_code_text(status).c_str(), p_lcb->Handle()); in l2c_link_hci_conn_comp() 238 hci_error_code_text(status).c_str()); in l2c_link_hci_conn_comp()
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_pm.cc | 950 interval, hci_error_code_text(hci_status).c_str()); in bta_dm_pm_btm_status()
|
H A D | bta_dm_act.cc | 2321 hci_error_code_text(hci_status).c_str()); in handle_role_change() 2329 bta_dm_cb.device_list.count, hci_error_code_text(hci_status).c_str()); in handle_role_change()
|