Searched refs:le_link (Results 1 – 5 of 5) sorted by relevance
1080 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in btm_ble_link_sec_check()1187 p_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_set_encryption()1266 if (p_rec->sec_rec.le_link == tSECURITY_STATE::IDLE) { in btm_ble_start_encrypt()1267 p_rec->sec_rec.le_link = tSECURITY_STATE::ENCRYPTING; in btm_ble_start_encrypt()1336 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in btm_ble_link_encrypted()1429 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in btm_ble_get_auth_req()1681 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_user_confirmation_req()1694 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_sec_req()1750 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in btm_ble_complete_evt()
199 tSECURITY_STATE le_link; /* Operating state of LE link */ member275 bool is_security_state_le_encrypting() const { return le_link == tSECURITY_STATE::ENCRYPTING; } in is_security_state_le_encrypting()
663 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_sec_bond_by_transport()734 p_dev_rec->sec_rec.le_link, p_dev_rec->sec_rec.classic_link); in btm_sec_bond_by_transport()822 if (p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in BTM_SecBondCancel()832 p_dev_rec->sec_rec.le_link, p_dev_rec->sec_rec.classic_link); in BTM_SecBondCancel()994 tSECURITY_STATE& state = (transport == BT_TRANSPORT_LE) ? p_dev_rec->sec_rec.le_link in BTM_SetEncryption()1000 (p_dev_rec->sec_rec.le_link != tSECURITY_STATE::IDLE && in BTM_SetEncryption()1025 p_dev_rec->hci_handle, p_dev_rec->ble_hci_handle, p_dev_rec->sec_rec.le_link, in BTM_SetEncryption()1071 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING); in BTM_SecIsLeSecurityPending()1086 if (p_dev_rec->sec_rec.le_link == tSECURITY_STATE::DISCONNECTING) { in btm_sec_send_hci_disconnect()1090 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::DISCONNECTING; in btm_sec_send_hci_disconnect()[all …]
138 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in set_sec_state_idle()
208 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in BTM_SecClearSecurityFlags()