Searched refs:enc_enable (Results 1 – 2 of 2) sorted by relevance
1132 UINT8 enc_enable = *(UINT8 *)p_data; in smp_enc_cmpl() local1133 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()1145 UINT8 enc_enable = *(UINT8 *)p_data; in smp_check_auth_req() local1146 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()1150 __func__, enc_enable, p_cb->local_i_key, p_cb->local_r_key); in smp_check_auth_req()1151 if (enc_enable == 1) in smp_check_auth_req()1194 else if (enc_enable == 0) in smp_check_auth_req()
1669 UINT8 enc_enable = 0; in btu_hcif_encryption_key_refresh_cmpl_evt() local1675 if (status == HCI_SUCCESS) enc_enable = 1; in btu_hcif_encryption_key_refresh_cmpl_evt()1677 btm_sec_encrypt_change (handle, status, enc_enable); in btu_hcif_encryption_key_refresh_cmpl_evt()