Home
last modified time | relevance | path

Searched refs:btsnd_hcic_reject_conn (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c73 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/
Dhcimsgs.h177 BOOLEAN btsnd_hcic_reject_conn (BD_ADDR bd_addr, UINT8 reason);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c2636 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()
Dbtm_sco.c178 if (!btsnd_hcic_reject_conn (bda, hci_status)) { in btm_esco_conn_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c270 BOOLEAN btsnd_hcic_reject_conn (BD_ADDR dest, UINT8 reason) in btsnd_hcic_reject_conn() function