Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h96 #define SMP_ENC_FAIL (SMP_MAX_FAIL_RSN_PER_SPEC + 0x06) /* 0x13 */ macro
/system/bt/stack/smp/
Dsmp_act.c1156 UINT8 reason = SMP_ENC_FAIL; in smp_start_enc()
1186 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()
1199 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()
/system/bt/bta/include/
Dbta_api.h633 #define BTA_DM_AUTH_SMP_ENC_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_ENC_FAIL)