Home
last modified time | relevance | path

Searched refs:aMaxAttempts (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_secure_api.cpp55 uint16_t aMaxAttempts, in otCoapSecureStartWithMaxConnAttempts() argument
62 …AsCoreType(aInstance).GetApplicationCoapSecure().SetMaxConnectionAttempts(aMaxAttempts, aCallback,… in otCoapSecureStartWithMaxConnAttempts()
/openthread-latest/include/openthread/
Dcoap_secure.h122 uint16_t aMaxAttempts,
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp602 …Error SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback, void *aContext);
Dsecure_transport.cpp693 Error SecureTransport::SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback,… in SetMaxConnectionAttempts() argument
699 mMaxConnectionAttempts = aMaxAttempts; in SetMaxConnectionAttempts()