Searched refs:btsnd_hcic_reject_conn (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_link.c | 73 btsnd_hcic_reject_conn (bd_addr, HCI_ERR_HOST_REJECT_RESOURCES); in l2c_link_hci_conn_req() 133 btsnd_hcic_reject_conn (bd_addr, HCI_ERR_HOST_REJECT_DEVICE); in l2c_link_hci_conn_req() 139 btsnd_hcic_reject_conn (bd_addr, HCI_ERR_CONNECTION_EXISTS); in l2c_link_hci_conn_req()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 177 BOOLEAN btsnd_hcic_reject_conn (BD_ADDR bd_addr, UINT8 reason);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 2636 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req() 2646 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req() 2656 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req() 2669 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req()
|
D | btm_sco.c | 178 if (!btsnd_hcic_reject_conn (bda, hci_status)) { in btm_esco_conn_rsp()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 270 BOOLEAN btsnd_hcic_reject_conn (BD_ADDR dest, UINT8 reason) in btsnd_hcic_reject_conn() function
|