Home
last modified time | relevance | path

Searched defs:aMaxAttempts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_secure.cpp60 Error CoapSecure::Start(uint16_t aPort, uint16_t aMaxAttempts, AutoStopCallback aCallback, void *aC… in Start()
82 Error CoapSecure::Open(uint16_t aMaxAttempts, AutoStopCallback aCallback, void *aContext) in Open()
/aosp_15_r20/external/openthread/src/core/api/
H A Dcoap_secure_api.cpp55 uint16_t aMaxAttempts, in otCoapSecureStartWithMaxConnAttempts()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp174 Error SecureTransport::SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback,… in SetMaxConnectionAttempts()