Searched refs:BTM_SEC_STATE_ENCRYPTING (Results 1 – 4 of 4) sorted by relevance
1355 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in btm_ble_link_sec_check()1541 if (p_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) in btm_ble_start_encrypt()1567 p_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_ble_start_encrypt()1595 enc_cback = (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING); in btm_ble_link_encrypted()2334 return (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in BTM_BleSecurityProcedureIsRunning()
550 #define BTM_SEC_STATE_ENCRYPTING 2 macro
3949 p_dev_rec = btm_sec_find_dev_by_sec_state (BTM_SEC_STATE_ENCRYPTING); in btm_sec_auth_collision()3958 …rec->sec_state == BTM_SEC_STATE_AUTHENTICATING || p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) in btm_sec_auth_collision()4316 if (p_dev_rec->sec_state != BTM_SEC_STATE_ENCRYPTING) in btm_sec_encrypt_change()5523 p_dev_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_sec_start_encryption()
1223 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in bta_hh_start_security()