Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h976 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource);
/openthread-latest/src/core/api/
Dcoap_api.cpp275 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource) in otCoapAddResource() function
/openthread-latest/src/cli/
Dcli_coap.cpp208 otCoapAddResource(GetInstancePtr(), &mResource); in Process()