Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dhci_error_code.h45 HCI_ERR_HOST_REJECT_SECURITY = 0x0E, enumerator
94 CASE_RETURN_TEXT(HCI_ERR_HOST_REJECT_SECURITY); in hci_error_code_text()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc638 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in BTM_PINCodeReply()
1299 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in BTM_ConfirmReqReply()
1334 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in BTM_PasskeyReqReply()
1359 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in BTM_PasskeyReqReply()
1410 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in BTM_RemoteOobDataReply()
2899 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in btm_proc_sp_req_evt()
3017 acl_set_disconnect_reason(HCI_ERR_HOST_REJECT_SECURITY); in btm_rem_oob_req()
3500 handle, HCI_ERR_HOST_REJECT_SECURITY, in read_encryption_key_size_complete_after_encryption_change()
3513 handle, HCI_ERR_HOST_REJECT_SECURITY, in read_encryption_key_size_complete_after_encryption_change()
3788 (status == HCI_ERR_HOST_REJECT_SECURITY) || in btm_sec_connected()
[all …]
/packages/modules/Bluetooth/system/stack/test/hci/
Dstack_hci_test.cc145 std::make_pair(HCI_ERR_HOST_REJECT_SECURITY, in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h183 return HCI_ERR_HOST_REJECT_SECURITY; in ToLegacyHciErrorCode()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc584 case HCI_ERR_HOST_REJECT_SECURITY: in ToAclConnectionStatus()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc555 (disc_res == HCI_ERR_HOST_REJECT_SECURITY) || in hidh_l2cif_disconnect_ind()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc372 case HCI_ERR_HOST_REJECT_SECURITY: in bta_dm_authentication_complete_cback()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc654 acl_disconnect_from_handle(handle, HCI_ERR_HOST_REJECT_SECURITY, in btm_acl_encrypt_change()
2412 if (btm_get_acl_disc_reason_code() != HCI_ERR_HOST_REJECT_SECURITY) { in btm_acl_disconnected()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1351 case HCI_ERR_HOST_REJECT_SECURITY: in btif_dm_auth_cmpl_evt()
2448 case HCI_ERR_HOST_REJECT_SECURITY: in btif_dm_acl_evt()