Searched refs:BTM_SEC_STATE_ENCRYPTING (Results 1 – 5 of 5) sorted by relevance
1452 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in btm_ble_link_sec_check()1614 if (p_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) { in btm_ble_start_encrypt()1632 p_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_ble_start_encrypt()1660 enc_cback = (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING); in btm_ble_link_encrypted()2195 return (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in BTM_BleSecurityProcedureIsRunning()
507 #define BTM_SEC_STATE_ENCRYPTING 2 macro
3707 p_dev_rec = btm_sec_find_dev_by_sec_state(BTM_SEC_STATE_ENCRYPTING); in btm_sec_auth_collision()3717 p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) in btm_sec_auth_collision()4058 if (p_dev_rec->sec_state != BTM_SEC_STATE_ENCRYPTING) { in btm_sec_encrypt_change()5206 p_dev_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_sec_start_encryption()
1088 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in bta_hh_start_security()
399 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in OnGattConnected()