Searched refs:SMP_SUCCESS (Results 1 – 5 of 5) sorted by relevance
104 if (callback_rc == SMP_SUCCESS && p_cb->cb_evt == SMP_IO_CAP_REQ_EVT) in smp_send_app_cback()137 if (p_cb->status <= SMP_REPEATED_ATTEMPTS && p_cb->status != SMP_SUCCESS) in smp_send_pair_fail()332 if (res != SMP_SUCCESS) in smp_proc_sec_grant()651 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()665 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()723 UINT8 reason = SMP_SUCCESS; in smp_key_distribution()871 if ((p_cb->status == SMP_SUCCESS) || in smp_pairing_cmpl()872 (p_cb->status <= SMP_REPEATED_ATTEMPTS && p_cb->status != SMP_SUCCESS)) in smp_pairing_cmpl()
252 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS) in SMP_PasskeyReply()292 if (res != SMP_SUCCESS || len == 0 || !p_data) in SMP_OobDataReply()
580 if (p_cb->status == SMP_SUCCESS) in smp_proc_pairing_cmpl()
65 #define SMP_SUCCESS 0 macro
382 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS; in BTM_SecurityGrant()406 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BlePasskeyReply()435 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()1664 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING; in btm_proc_smp_cback()