Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.c68 smp_cb.cert_failure = stack_config_get_interface()->get_pts_smp_failure_case(); in SMP_Init()
69 if (smp_cb.cert_failure) in SMP_Init()
70 SMP_TRACE_ERROR ("%s PTS FAILURE MODE IN EFFECT (CASE %d)", __func__, smp_cb.cert_failure); in SMP_Init()
230 if (p_cb->cert_failure == 7) in SMP_PairCancel()
232 else if (p_cb->cert_failure == 8) in SMP_PairCancel()
Dsmp_act.c70 if (p_cb->cert_failure < 2 || p_cb->cert_failure > 6) in pts_test_send_authentication_complete_failure()
73 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in pts_test_send_authentication_complete_failure()
75 switch (p_cb->cert_failure) in pts_test_send_authentication_complete_failure()
1687 if (p_cb->cert_failure == 1) { in smp_process_peer_nonce()
1688 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in smp_process_peer_nonce()
1727 if (!smp_check_commitment(p_cb) && p_cb->cert_failure != 9) in smp_process_peer_nonce()
Dsmp_int.h342 UINT8 cert_failure; /*failure case for certification */ member