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()324 if (res != SMP_SUCCESS) in smp_proc_sec_grant()638 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()652 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()710 UINT8 reason = SMP_SUCCESS; in smp_key_distribution()858 if ((p_cb->status == SMP_SUCCESS) || in smp_pairing_cmpl()859 (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()
64 #define SMP_SUCCESS 0 macro
323 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS; in BTM_SecurityGrant()347 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BlePasskeyReply()370 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()1350 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING; in btm_proc_smp_cback()