Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h992 void otCoapAddBlockWiseResource(otInstance *aInstance, otCoapBlockwiseResource *aResource);
/openthread-latest/src/core/api/
Dcoap_api.cpp264 void otCoapAddBlockWiseResource(otInstance *aInstance, otCoapBlockwiseResource *aResource) in otCoapAddBlockWiseResource() function
/openthread-latest/src/cli/
Dcli_coap.cpp206 otCoapAddBlockWiseResource(GetInstancePtr(), &mResource); in Process()