Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c800 btsnd_hcic_disconnect(p_dev_rec->hci_handle, HCI_ERR_PEER_USER); in btm_acl_encrypt_change()
1539 btsnd_hcic_disconnect(p_dev_rec->hci_handle, HCI_ERR_PEER_USER); in btm_acl_role_changed()
2377 if (!btsnd_hcic_disconnect (hci_handle, HCI_ERR_PEER_USER)) in btm_remove_acl()
Dbtm_sco.c1095 if (!btsnd_hcic_disconnect (p->hci_handle, HCI_ERR_PEER_USER))
Dbtm_sec.c1503 else if (!btsnd_hcic_disconnect (conn_handle, reason)) in btm_sec_send_hci_disconnect()
4706 btsnd_hcic_disconnect (handle, reason); in btm_sec_disconnect()
/system/bt/stack/include/
Dhcimsgs.h83 extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
/system/bt/stack/l2cap/
Dl2c_link.c650 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER))) in l2c_link_timeout()
Dl2c_csm.c545 if (!btsnd_hcic_disconnect (p_ccb->p_lcb->handle, HCI_ERR_AUTH_FAILURE)) in l2c_csm_term_w4_sec_comp()
Dl2c_utils.c1648 if (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER)) { in l2cu_start_post_bond_timer()
2847 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER)) ) in l2cu_no_dynamic_ccbs()
/system/bt/stack/hcic/
Dhcicmds.c140 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect() function