Home
last modified time | relevance | path

Searched refs:SetMaxConnectionAttempts (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_secure_api.cpp62 …AsCoreType(aInstance).GetApplicationCoapSecure().SetMaxConnectionAttempts(aMaxAttempts, aCallback,… in otCoapSecureStartWithMaxConnAttempts()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp602 …Error SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback, void *aContext);
Dborder_agent.cpp128 … SuccessOrExit(error = mDtlsTransport.SetMaxConnectionAttempts(kMaxEphemeralKeyConnectionAttempts, in Start()
Dsecure_transport.cpp693 Error SecureTransport::SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback,… in SetMaxConnectionAttempts() function in ot::MeshCoP::SecureTransport
/openthread-latest/tests/nexus/
Dtest_dtls.cpp419 SuccessOrQuit(dtls0.SetMaxConnectionAttempts(kMaxAttempts, HandleAutoClose, &node0)); in TestDtlsSingleSession()