Home
last modified time | relevance | path

Searched refs:SMP_ENC_FAIL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h96 #define SMP_ENC_FAIL (SMP_MAX_FAIL_RSN_PER_SPEC + 0x06) /* 0x14 */ macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1185 UINT8 reason = SMP_ENC_FAIL; in smp_start_enc()
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()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h695 #define BTA_DM_AUTH_SMP_ENC_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_ENC_FAIL)