Searched refs:btsnd_hcic_disconnect (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_acl.c | 800 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()
|
D | btm_sco.c | 1095 if (!btsnd_hcic_disconnect (p->hci_handle, HCI_ERR_PEER_USER))
|
D | btm_sec.c | 1503 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/ |
D | hcimsgs.h | 83 extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
|
/system/bt/stack/l2cap/ |
D | l2c_link.c | 650 && (btsnd_hcic_disconnect (p_lcb->handle, HCI_ERR_PEER_USER))) in l2c_link_timeout()
|
D | l2c_csm.c | 545 if (!btsnd_hcic_disconnect (p_ccb->p_lcb->handle, HCI_ERR_AUTH_FAILURE)) in l2c_csm_term_w4_sec_comp()
|
D | l2c_utils.c | 1648 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/ |
D | hcicmds.c | 140 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect() function
|