Searched refs:enc_enable (Results 1 – 2 of 2) sorted by relevance
1218 UINT8 enc_enable = *(UINT8 *)p_data; in smp_enc_cmpl() local1219 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() local1232 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()
2027 UINT8 enc_enable = 0; in btu_hcif_encryption_key_refresh_cmpl_evt() local2034 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()