Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1421 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in btm_ble_link_sec_check()
1605 if (p_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) { in btm_ble_start_encrypt()
1626 p_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_ble_start_encrypt()
1655 enc_cback = (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING); in btm_ble_link_encrypted()
2406 return (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING ||
Dbtm_sec.c3826 p_dev_rec = btm_sec_find_dev_by_sec_state (BTM_SEC_STATE_ENCRYPTING); in btm_sec_auth_collision()
3835 …c->sec_state == BTM_SEC_STATE_AUTHENTICATING || p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING) { in btm_sec_auth_collision()
4177 if (p_dev_rec->sec_state != BTM_SEC_STATE_ENCRYPTING) { in btm_sec_encrypt_change()
5363 p_dev_rec->sec_state = BTM_SEC_STATE_ENCRYPTING; in btm_sec_start_encryption()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h618 #define BTM_SEC_STATE_ENCRYPTING 2 macro
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1329 if (p_dev_rec->sec_state == BTM_SEC_STATE_ENCRYPTING || in bta_hh_start_security()