Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c72 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()
141 btsnd_hcic_reject_conn (bd_addr, HCI_ERR_CONNECTION_EXISTS); in l2c_link_hci_conn_req()
/system/bt/stack/include/
Dhcimsgs.h120 extern BOOLEAN btsnd_hcic_reject_conn (BD_ADDR bd_addr, UINT8 reason);
/system/bt/stack/btm/
Dbtm_sec.c2732 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req()
2744 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req()
2756 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req()
2770 btsnd_hcic_reject_conn (bda, HCI_ERR_HOST_REJECT_DEVICE); in btm_sec_conn_req()
Dbtm_sco.c163 if (!btsnd_hcic_reject_conn (bda, hci_status)) in btm_esco_conn_rsp()
/system/bt/stack/hcic/
Dhcicmds.c259 BOOLEAN btsnd_hcic_reject_conn (BD_ADDR dest, UINT8 reason) in btsnd_hcic_reject_conn() function