Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dsmp_api.h59 #define SMP_ENC_FAIL 0x0F macro
/external/bluetooth/bluedroid/stack/smp/
Dsmp_act.c622 UINT8 reason = SMP_ENC_FAIL; in smp_start_enc()
682 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_enc_cmpl()
696 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL; in smp_check_auth_req()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h677 #define BTA_DM_AUTH_SMP_ENC_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_ENC_FAIL)