Home
last modified time | relevance | path

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

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