Searched refs:SMP_SUCCESS (Results 1 – 6 of 6) sorted by relevance
327 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS) { in SMP_PasskeyReply()402 if (res != SMP_SUCCESS) { in SMP_ConfirmReply()436 if (res != SMP_SUCCESS || len == 0 || !p_data) { in SMP_OobDataReply()
158 if (callback_rc == SMP_SUCCESS) { in smp_send_app_cback()240 if (p_cb->status <= SMP_MAX_FAIL_RSN_PER_SPEC && p_cb->status != SMP_SUCCESS) { in smp_send_pair_fail()507 if (res != SMP_SUCCESS) { in smp_proc_sec_grant()927 if (res != SMP_SUCCESS) { in smp_br_process_security_grant()942 UINT8 reason = SMP_SUCCESS; in smp_br_check_authorization_request()983 UINT8 reason = SMP_SUCCESS; in smp_br_select_next_key()1218 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()1231 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()1313 UINT8 reason = SMP_SUCCESS; in smp_key_distribution()
228 UINT8 reason = SMP_SUCCESS; in smp_tx_complete_callback()
986 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()998 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()
105 #define SMP_SUCCESS 0 macro
383 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS; in BTM_SecurityGrant()407 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BlePasskeyReply()456 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BleConfirmReply()484 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()2155 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING;