Searched refs:cert_failure (Results 1 – 3 of 3) sorted by relevance
68 smp_cb.cert_failure = in SMP_Init()70 if (smp_cb.cert_failure) in SMP_Init()72 smp_cb.cert_failure); in SMP_Init()218 if (p_cb->cert_failure == SMP_PASSKEY_ENTRY_FAIL || in SMP_PairCancel()219 p_cb->cert_failure == SMP_NUMERIC_COMPAR_FAIL) in SMP_PairCancel()220 err_code = p_cb->cert_failure; in SMP_PairCancel()
53 uint8_t reason = p_cb->cert_failure; in pts_test_send_authentication_complete_failure()1612 if (p_cb->cert_failure == SMP_CONFIRM_VALUE_ERR) { in smp_process_peer_nonce()1613 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in smp_process_peer_nonce()1621 if ((p_cb->cert_failure == SMP_NUMERIC_COMPAR_FAIL) && in smp_process_peer_nonce()1624 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in smp_process_peer_nonce()1661 p_cb->cert_failure != SMP_NUMERIC_COMPAR_FAIL) { in smp_process_peer_nonce()
329 uint8_t cert_failure; /*failure case for certification */ member