Home
last modified time | relevance | path

Searched refs:otCoapSendRequest (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/cli/
Dcli_coap.cpp95 …SuccessOrExit(error = otCoapSendRequest(GetInstancePtr(), message, &messageInfo, &Coap::HandleResp… in CancelResourceSubscription()
231 … SuccessOrExit(error = otCoapSendRequest(GetInstancePtr(), notificationMessage, &messageInfo, in Process()
/openthread-3.5.0/include/openthread/
Dcoap.h976 static inline otError otCoapSendRequest(otInstance *aInstance, in otCoapSendRequest() function