Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c871 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PINCodeReply()
1538 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_ConfirmReqReply()
1573 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PasskeyReqReply()
1598 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_PasskeyReqReply()
1716 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in BTM_RemoteOobDataReply()
3610 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in btm_proc_sp_req_evt()
3774 btm_cb.acl_disc_reason = HCI_ERR_HOST_REJECT_SECURITY; in btm_rem_oob_req()
4418 (status == HCI_ERR_HOST_REJECT_SECURITY) || in btm_sec_connected()
4430 if (btm_cb.acl_disc_reason == HCI_ERR_HOST_REJECT_SECURITY) { in btm_sec_connected()
4431 status = HCI_ERR_HOST_REJECT_SECURITY; in btm_sec_connected()
[all …]
Dbtm_ble_5_gap.c72 case HCI_ERR_HOST_REJECT_SECURITY: in btm_ble_hci_status_to_str()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c345 if ((result == HCI_ERR_HOST_REJECT_SECURITY) in sdp_connect_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c630 (disc_res == HCI_ERR_HOST_REJECT_SECURITY) || in hidh_l2cif_disconnect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c380 if (btm_cb.acl_disc_reason != HCI_ERR_HOST_REJECT_SECURITY) { in l2c_link_hci_disc_comp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c391 case HCI_ERR_HOST_REJECT_SECURITY: in btc_dm_auth_cmpl_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h848 #define HCI_ERR_HOST_REJECT_SECURITY 0x0E macro