Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h852 otError otCoapSendRequestWithParameters(otInstance *aInstance,
947 …return otCoapSendRequestWithParameters(aInstance, aMessage, aMessageInfo, aHandler, aContext, NULL… in otCoapSendRequest()
/openthread-latest/src/cli/
Dcli_coap.cpp775 …error = otCoapSendRequestWithParameters(GetInstancePtr(), message, &messageInfo, &Coap::HandleResp… in ProcessRequest()
783 … error = otCoapSendRequestWithParameters(GetInstancePtr(), message, &messageInfo, nullptr, nullptr, in ProcessRequest()
/openthread-latest/src/core/api/
Dcoap_api.cpp231 otError otCoapSendRequestWithParameters(otInstance *aInstance, in otCoapSendRequestWithParameters() function