Home
last modified time | relevance | path

Searched refs:otCoapBlockwiseReceiveHook (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/include/openthread/
Dcoap.h369 typedef otError (*otCoapBlockwiseReceiveHook)(void *aContext, typedef
424 otCoapBlockwiseReceiveHook mReceiveHook;
889 otCoapBlockwiseReceiveHook aReceiveHook);
918 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSendRequestBlockWise()
Dcoap_secure.h295 otCoapBlockwiseReceiveHook aReceiveHook);
/openthread-latest/src/core/coap/
Dcoap.hpp196 otCoapBlockwiseReceiveHook aReceiveHook, in ResourceBlockWise()
541 otCoapBlockwiseReceiveHook aReceiveHook = nullptr);
816otCoapBlockwiseReceiveHook mBlockwiseReceiveHook; // Function pointer called on Block2 response …
Dcoap_secure.hpp98 otCoapBlockwiseReceiveHook aReceiveHook = nullptr);
Dcoap_secure.cpp67 otCoapBlockwiseReceiveHook aReceiveHook) in SendMessage()
Dcoap.cpp194 otCoapBlockwiseReceiveHook aReceiveHook) in SendMessage()
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp153 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSecureSendRequestBlockWise()
Dcoap_api.cpp210 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSendRequestBlockWiseWithParameters()