Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap_secure.h120 otError otCoapSecureStartWithMaxConnAttempts(otInstance *aInstance,
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp53 otError otCoapSecureStartWithMaxConnAttempts(otInstance *aInstance, in otCoapSecureStartWithMaxConnAttempts() function
/openthread-latest/src/cli/
Dcli_coap_secure.cpp244 …error = otCoapSecureStartWithMaxConnAttempts(GetInstancePtr(), OT_DEFAULT_COAP_SECURE_PORT, maxCon… in Process()