Home
last modified time | relevance | path

Searched refs:enc_enable (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1218 UINT8 enc_enable = *(UINT8 *)p_data; in smp_enc_cmpl() local
1219 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()
1231 UINT8 enc_enable = *(UINT8 *)p_data; in smp_check_auth_req() local
1232 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()
1236 __func__, enc_enable, p_cb->local_i_key, p_cb->local_r_key); in smp_check_auth_req()
1237 if (enc_enable == 1) { in smp_check_auth_req()
1272 } else if (enc_enable == 0) { in smp_check_auth_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2027 UINT8 enc_enable = 0; in btu_hcif_encryption_key_refresh_cmpl_evt() local
2034 enc_enable = 1; in btu_hcif_encryption_key_refresh_cmpl_evt()
2037 btm_sec_encrypt_change (handle, status, enc_enable); in btu_hcif_encryption_key_refresh_cmpl_evt()