Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c891 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PINCodeReply()
1554 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_ConfirmReqReply()
1590 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PasskeyReqReply()
1614 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PasskeyReqReply()
1726 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_RemoteOobDataReply()
3717 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in btm_proc_sp_req_evt()
3894 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in btm_rem_oob_req()
4566 (status == HCI_ERR_HOST_REJECT_SECURITY) || in btm_sec_connected()
4578 if (btm_cb.acl_disc_reason == HCI_ERR_HOST_REJECT_SECURITY) in btm_sec_connected()
4580 status = HCI_ERR_HOST_REJECT_SECURITY; in btm_sec_connected()
[all …]
/system/bt/stack/sdp/
Dsdp_main.c278 if ((result == HCI_ERR_HOST_REJECT_SECURITY) in sdp_connect_cfm()
/system/bt/stack/hid/
Dhidh_conn.c688 (disc_res == HCI_ERR_HOST_REJECT_SECURITY) || in hidh_l2cif_disconnect_ind()
/system/bt/stack/l2cap/
Dl2c_link.c389 if (btm_cb.acl_disc_reason != HCI_ERR_HOST_REJECT_SECURITY) in l2c_link_hci_disc_comp()
/system/bt/stack/include/
Dhcidefs.h735 #define HCI_ERR_HOST_REJECT_SECURITY 0x0E macro
/system/bt/btif/src/
Dbtif_dm.c1256 case HCI_ERR_HOST_REJECT_SECURITY: in btif_dm_auth_cmpl_evt()