Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1478 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in btm_ble_link_sec_check()
1662 if (p_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) { in btm_ble_start_encrypt()
1683 p_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_ble_start_encrypt()
1712 enc_cback = (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING); in btm_ble_link_encrypted()
2492 return (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING ||
Dbtm_sec.c3832 p_dev_rec = btm_sec_find_dev_by_sec_state (BTM_SEC_STATE_ENCRYPTING); in btm_sec_auth_collision()
3841 …c->sec_state == BTM_SEC_STATE_AUTHENTICATING || p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) { in btm_sec_auth_collision()
4187 if (p_dev_rec->sec_state != BTM_SEC_STATE_ENCRYPTING) { in btm_sec_encrypt_change()
5393 p_dev_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_sec_start_encryption()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h631 #define BTM_SEC_STATE_ENCRYPTING 2 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1330 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in bta_hh_start_security()