Home
last modified time | relevance | path

Searched refs:BTM_SEC_STATE_ENCRYPTING (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble.cc1452 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()
Dbtm_int_types.h507 #define BTM_SEC_STATE_ENCRYPTING 2 macro
Dbtm_sec.cc3707 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()
/system/bt/bta/hh/
Dbta_hh_le.cc1088 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in bta_hh_start_security()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc399 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in OnGattConnected()