Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.cpp219 uint16_t maxConnAttempts = 0; in Process() local
233 SuccessOrExit(error = aArgs[0].ParseAsUint16(maxConnAttempts)); in Process()
244 …tCoapSecureStartWithMaxConnAttempts(GetInstancePtr(), OT_DEFAULT_COAP_SECURE_PORT, maxConnAttempts, in Process()