Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dcoap.h1034 void otCoapAddBlockWiseResource(otInstance *aInstance, otCoapBlockwiseResource *aResource);
/openthread-3.6.0/src/core/api/
Dcoap_api.cpp263 void otCoapAddBlockWiseResource(otInstance *aInstance, otCoapBlockwiseResource *aResource) in otCoapAddBlockWiseResource() function
/openthread-3.6.0/src/cli/
Dcli_coap.cpp178 otCoapAddBlockWiseResource(GetInstancePtr(), &mResource); in Process()