Searched refs:hci_error_code_text (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/hci/ |
D | stack_hci_test.cc | 125 TEST_F(StackHciTest, hci_error_code_text) { in TEST_F() argument 170 ASSERT_STREQ(error.second.c_str(), hci_error_code_text(error.first).c_str()); in TEST_F() 173 ASSERT_STREQ(error.second.c_str(), hci_error_code_text(error.first).c_str()); in TEST_F() 177 hci_error_code_text( in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | hci_error_code.h | 80 inline std::string hci_error_code_text(const tHCI_ERROR_CODE& error_code) { in hci_error_code_text() function 220 return hci_error_code_text(status_code); in hci_status_code_text() 225 return hci_error_code_text(reason_code); in hci_reason_code_text()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 200 hci_error_code_text(reason), comment); in disconnect_acl() 350 hci_error_code_text(static_cast<tHCI_STATUS>(status))); in btm_acl_process_sca_cmpl_pkt() 1291 hci_error_code_text(hci_status), RoleText(new_role)); in btm_acl_role_changed() 1738 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status))); in btm_read_tx_power_complete() 1919 hci_error_code_text(static_cast<tHCI_STATUS>(result.hci_status))); in btm_read_automatic_flush_timeout_complete() 2308 log::warn("Received disconnect with error:{}", hci_error_code_text(status)); in btm_acl_disconnected() 2371 hci_error_code_text(reason), hci_error_code_text(HCI_ERR_PEER_USER)); in acl_disconnect_after_role_switch() 2390 log::debug("Sending acl disconnect reason:{} [{}]", hci_error_code_text(reason), reason); in acl_disconnect_after_role_switch()
|
D | btm_pm.cc | 776 cnt, bd_addr, use_ssr, hci_error_code_text(status)); in process_ssr_event()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_device_search.cc | 243 hci_error_code_text(p_remote_name->hci_status), p_remote_name->remote_bd_name[0], in bta_dm_remname_cback() 252 hci_error_code_text(p_remote_name->hci_status), p_remote_name->bd_addr); in bta_dm_remname_cback()
|
D | bta_dm_act.cc | 692 RoleText(new_role), hci_error_code_text(hci_status)); in handle_role_change() 698 hci_error_code_text(hci_status)); in handle_role_change()
|
D | bta_dm_pm.cc | 1059 power_mode_status_text(status), bd_addr, interval, hci_error_code_text(hci_status)); in bta_dm_pm_btm_status()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 2165 base::StringPrintf("hci_status:%s name:%s", hci_error_code_text(hci_status).c_str(), in btm_rnr_add_name_to_security_record() 2289 hci_error_code_text(hci_status)); in btm_sec_rmt_name_request_complete() 3139 hci_error_code_text(status)); in btm_sec_auth_complete() 3212 log::error("Encryption collision failed status:{}", hci_error_code_text(status)); in btm_sec_encrypt_change() 3551 hci_error_code_text(status)); in btm_sec_connected() 3556 hci_error_code_text(status)); in btm_sec_connected() 3819 hci_error_code_text(reason), handle, comment); in btm_sec_disconnected()
|
D | btm_iso_impl.h | 569 hci_error_code_text((tHCI_STATUS)(evt.status)).c_str())); in process_cis_est_pkt() 611 hci_error_code_text((tHCI_REASON)(reason)).c_str())); in disconnection_complete()
|
D | btm_sco.cc | 1120 hci_error_code_text(hci_status)); in btm_sco_connection_failed() 1141 hci_error_code_text(hci_status)); in btm_sco_connection_failed()
|
D | btm_inq.cc | 1652 log::warn("Received unexpected hci status:{}", hci_error_code_text(status)); in btm_process_inq_complete() 1702 hci_error_code_text(status).c_str())); in btm_process_inq_complete()
|
D | btm_ble_gap.cc | 2673 hci_error_code_text(static_cast<tHCI_STATUS>(status))); in btm_ble_read_remote_features_complete()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_conn.cc | 75 hci_error_code_text(hci_status)); in bta_sys_notify_role_chg()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_link.cc | 101 link_state_text(p_lcb->link_state), hci_error_code_text(status), p_lcb->Handle()); in l2c_link_hci_conn_comp() 159 hci_error_code_text(status)); in l2c_link_hci_conn_comp()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1874 hci_error_code_text(hci_status)); in btif_on_name_read()
|