• Home
  • Raw
  • Download

Lines Matching refs:hci_handle

777       (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) &&  in BTM_PINCodeReply()
874 if (((p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) && in btm_sec_bond_by_transport()
946 p_dev_rec->sm4, p_dev_rec->hci_handle); in btm_sec_bond_by_transport()
953 if (p && p->hci_handle != BTM_SEC_INVALID_HANDLE) { in btm_sec_bond_by_transport()
1079 BTM_TRACE_DEBUG("hci_handle:0x%x sec_state:%d", p_dev_rec->hci_handle, in BTM_SecBondCancel()
1092 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) { in BTM_SecBondCancel()
1101 p_dev_rec->hci_handle); in BTM_SecBondCancel()
1184 p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) || in BTM_SetEncryption()
1230 p_dev_rec->hci_handle, p_dev_rec->sec_state, p_dev_rec->sec_flags, in BTM_SetEncryption()
1276 if (conn_handle == p_dev_rec->hci_handle) return status; in btm_sec_send_hci_disconnect()
1291 p_dev_rec->sec_state = (conn_handle == p_dev_rec->hci_handle) in btm_sec_send_hci_disconnect()
1301 p_dev_rec->hci_handle == conn_handle) { in btm_sec_send_hci_disconnect()
1392 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) in BTM_PasskeyReqReply()
1394 p_dev_rec->hci_handle); in BTM_PasskeyReqReply()
1744 p_dev_rec->hci_handle = handle; in btm_sec_l2cap_access_req()
2822 if (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE) return; in btm_sec_rmt_name_request_complete()
2844 l2cu_start_post_bond_timer(p_dev_rec->hci_handle); in btm_sec_rmt_name_request_complete()
3295 btm_sec_disconnect(p_dev_rec->hci_handle, HCI_ERR_AUTH_FAILURE); in btm_proc_sp_req_evt()
3396 p_dev_rec->hci_handle); in btm_simple_pair_complete()
3607 l2cu_start_post_bond_timer(p_dev_rec->hci_handle); in btm_sec_auth_complete()
3668 p_dev_rec->hci_handle); in btm_sec_auth_complete()
3688 l2cu_start_post_bond_timer(p_dev_rec->hci_handle); in btm_sec_auth_complete()
3700 p_dev_rec->hci_handle); in btm_sec_auth_complete()
3755 if (p_dev_rec->hci_handle == handle) { in btm_sec_encrypt_change()
3771 if (p_dev_rec->hci_handle == handle) in btm_sec_encrypt_change()
3802 (p_dev_rec->hci_handle == handle)) { in btm_sec_encrypt_change()
4161 p_dev_rec->hci_handle = handle; in btm_sec_connected()
4275 (handle == p_dev_rec->hci_handle) ? BT_TRANSPORT_BR_EDR : BT_TRANSPORT_LE; in btm_sec_disconnected()
4341 p_dev_rec->hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
4632 p_dev_rec->hci_handle); in btm_sec_pairing_timeout()
4854 (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE)) { in btm_sec_execute_procedure()
4872 (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE)) { in btm_sec_execute_procedure()
4913 (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE)) { in btm_sec_execute_procedure()
4997 btsnd_hcic_auth_request(p_dev_rec->hci_handle); in btm_sec_start_authentication()
5008 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_start_encryption()
5027 (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE)) { in btm_sec_start_authorization()