Home
last modified time | relevance | path

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

/device/soc/esp/esp32/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()
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()
Dsmp_l2c.c228 UINT8 reason = SMP_SUCCESS; in smp_tx_complete_callback()
Dsmp_utils.c986 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()
998 if (p_cb->status == SMP_SUCCESS) { in smp_proc_pairing_cmpl()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h105 #define SMP_SUCCESS 0 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c383 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;