Home
last modified time | relevance | path

Searched refs:SMP_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c327 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()
Dsmp_act.c158 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()
928 if (res != SMP_SUCCESS) { in smp_br_process_security_grant()
943 UINT8 reason = SMP_SUCCESS; in smp_br_check_authorization_request()
984 UINT8 reason = SMP_SUCCESS; in smp_br_select_next_key()
1219 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()
1232 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()
1314 UINT8 reason = SMP_SUCCESS; in smp_key_distribution()
Dsmp_l2c.c228 UINT8 reason = SMP_SUCCESS; in smp_tx_complete_callback()
Dsmp_utils.c985 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()
997 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h105 #define SMP_SUCCESS 0 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c384 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS; in BTM_SecurityGrant()
408 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BlePasskeyReply()
457 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL; in BTM_BleConfirmReply()
485 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()
2234 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING;