Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dcoap.h997 otError otCoapStop(otInstance *aInstance);
/openthread-2.7.6/src/core/api/
Dcoap_api.cpp275 otError otCoapStop(otInstance *aInstance) in otCoapStop() function
/openthread-2.7.6/src/cli/
Dcli_coap.cpp286 return otCoapStop(mInterpreter.mInstance); in ProcessStop()