Searched refs:btm_sec_send_hci_disconnect (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.c | 92 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 c… 1259 … return btm_sec_send_hci_disconnect(p_dev_rec, HCI_ERR_PEER_USER, p_dev_rec->hci_handle); in BTM_SecBondCancel() 1458 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 c… in btm_sec_send_hci_disconnect() function 1593 … btm_sec_send_hci_disconnect (p_dev_rec, HCI_ERR_AUTH_FAILURE, p_dev_rec->hci_handle); in BTM_PasskeyReqReply() 3848 btm_sec_send_hci_disconnect (p_dev_rec, HCI_ERR_AUTH_FAILURE, p_dev_rec->hci_handle); in btm_simple_pair_complete() 4090 btm_sec_send_hci_disconnect (p_dev_rec, HCI_ERR_PEER_USER, p_dev_rec->hci_handle); in btm_sec_auth_complete() 4154 btm_sec_send_hci_disconnect (p_dev_rec, HCI_ERR_AUTH_FAILURE, p_dev_rec->hci_handle); in btm_sec_auth_complete() 4720 return(btm_sec_send_hci_disconnect(p_dev_rec, reason, handle)); in btm_sec_disconnect() 5106 btm_sec_send_hci_disconnect (p_dev_rec, HCI_ERR_AUTH_FAILURE, p_dev_rec->hci_handle); in btm_sec_pairing_timeout()
|