Home
last modified time | relevance | path

Searched refs:btsnd_hcic_disconnect (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c838 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()
Dbtm_sco.c1178 if (!btsnd_hcic_disconnect (p->hci_handle, HCI_ERR_PEER_USER)) { in BTM_RemoveSco()
Dbtm_sec.c1489 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/
Dhcimsgs.h140 BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1651 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()
Dl2c_csm.c454 if (!btsnd_hcic_disconnect (p_ccb->p_lcb->handle, HCI_ERR_AUTH_FAILURE)) { in l2c_csm_term_w4_sec_comp()
Dl2c_link.c649 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER))) { in l2c_link_timeout()
Dl2c_api.c1969 btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER); in L2CA_BleDisconnect()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c172 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect() function