Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h1023 otError otCoapSendResponseWithParameters(otInstance *aInstance,
1090 return otCoapSendResponseWithParameters(aInstance, aMessage, aMessageInfo, NULL); in otCoapSendResponse()
/openthread-latest/src/core/api/
Dcoap_api.cpp310 otError otCoapSendResponseWithParameters(otInstance *aInstance, in otCoapSendResponseWithParameters() function
/openthread-latest/src/cli/
Dcli_coap.cpp1012 …SuccessOrExit(error = otCoapSendResponseWithParameters(GetInstancePtr(), responseMessage, aMessage… in HandleRequest()