Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h137 hci_status_code_text((tHCI_STATUS)(evt.status)))); in on_set_cig_params()
216 hci_status_code_text((tHCI_STATUS)(evt.status)))); in on_remove_cig()
277 hci_status_code_text((tHCI_STATUS)(status)))); in on_status_establish_cis()
283 hci_status_code_text((tHCI_STATUS)(status))); in on_status_establish_cis()
357 hci_status_code_text((tHCI_STATUS)(status)))); in on_setup_iso_data_path()
360 conn_handle, iso->state_flags, hci_status_code_text((tHCI_STATUS)(status))); in on_setup_iso_data_path()
415 hci_status_code_text((tHCI_STATUS)(status)))); in on_remove_iso_data_path()
417 conn_handle, iso->state_flags, hci_status_code_text((tHCI_STATUS)(status))); in on_remove_iso_data_path()
729 hci_status_code_text((tHCI_STATUS)(evt.status))); in process_create_big_cmpl_pkt()
Dbtm_sec.cc2104 hci_status_code_text(status)); in call_registered_rmt_name_callbacks()
2183 hci_status_code_text(hci_status), reinterpret_cast<char const*>(p_bd_name), in btm_rnr_add_name_to_security_record()
2229 hci_status_code_text(hci_status), reinterpret_cast<char const*>(p_bd_name)); in btm_sec_rmt_name_request_complete()
3228 handle, hci_status_code_text(status), encr_enable); in btm_sec_encrypt_change()
3247 hci_status_code_text(status), (encr_enable) ? "encrypt" : "unencrypt", in btm_sec_encrypt_change()
3269 handle, hci_status_code_text(status), encr_enable); in btm_sec_encrypt_change()
3284 handle, hci_status_code_text(status), encr_enable); in btm_sec_encrypt_change()
3296 std::format("status:{} transport:{} is_encrypted:{:c}", hci_status_code_text(status), in btm_sec_encrypt_change()
3553 hci_status_code_text(status), enc_mode, bda); in btm_sec_connected()
3581 hci_status_code_text(status), enc_mode, bda, in btm_sec_connected()
/packages/modules/Bluetooth/system/stack/rnr/
Dremote_name_request.cc200 rem_name.bd_addr.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name()
235 rem_name.bd_addr.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name()
243 btm_cb.rnr.remname_bda.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name()
/packages/modules/Bluetooth/system/stack/include/
Dhci_error_code.h218 inline std::string hci_status_code_text(const tHCI_STATUS& status_code) { in hci_status_code_text() function
/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc132 resolved_address_with_type.bda, hci_status_code_text(status)); in acl_ble_connection_fail()
Dbtm_acl.cc1801 hci_status_code_text(to_hci_status_code(result.hci_status))); in btm_read_rssi_complete()
1868 hci_status_code_text(to_hci_status_code(result.hci_status))); in btm_read_failed_contact_counter_complete()
/packages/modules/Bluetooth/system/test/headless/utils/
Dpower_mode_client.h70 power_mode_status_text(status), value, hci_status_code_text(hci_status)); in ToString()
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1120 hci_status_code_text(hci_status)); in btu_hcif_hdl_command_status()
1128 opcode, hci_status_code_text(hci_status)); in btu_hcif_hdl_command_status()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc341 hci_status_code_text(remote_name_msg.hci_status), in bta_dm_remote_name_cmpl()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc995 std::format("classic reason:{} comment:{}", hci_status_code_text(reason), comment)); in disconnect_classic()
1012 std::format("Le reason:{} comment:{}", hci_status_code_text(reason), comment)); in disconnect_le()