Searched refs:btsnd_hcic_disconnect (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 838 btsnd_hcic_disconnect(p_dev_rec->hci_handle, HCI_ERR_PEER_USER); in btm_acl_encrypt_change() 1543 btsnd_hcic_disconnect(p_dev_rec->hci_handle, HCI_ERR_PEER_USER); in btm_acl_role_changed() 2397 if (!btsnd_hcic_disconnect (hci_handle, HCI_ERR_PEER_USER)) { in btm_remove_acl()
|
D | btm_sco.c | 1178 if (!btsnd_hcic_disconnect (p->hci_handle, HCI_ERR_PEER_USER)) { in BTM_RemoveSco()
|
D | btm_sec.c | 1489 else if (!btsnd_hcic_disconnect (conn_handle, reason)) { in btm_sec_send_hci_disconnect() 4563 btsnd_hcic_disconnect (handle, reason); in btm_sec_disconnect()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 140 BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 1651 if (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER)) { in l2cu_start_post_bond_timer() 2791 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER)) ) { in l2cu_no_dynamic_ccbs() 2800 if (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER)) { in l2cu_no_dynamic_ccbs()
|
D | l2c_csm.c | 454 if (!btsnd_hcic_disconnect (p_ccb->p_lcb->handle, HCI_ERR_AUTH_FAILURE)) { in l2c_csm_term_w4_sec_comp()
|
D | l2c_link.c | 649 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER))) { in l2c_link_timeout()
|
D | l2c_api.c | 1969 btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER); in L2CA_BleDisconnect()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 172 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect() function
|