Searched refs:otCoapResponseHandler (Results 1 – 5 of 5) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | coap.h | 344 typedef void (*otCoapResponseHandler)(void *aContext, typedef 889 otCoapResponseHandler aHandler, 919 otCoapResponseHandler aHandler, 950 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWise() 979 otCoapResponseHandler aHandler, in otCoapSendRequest()
|
D | coap_secure.h | 257 otCoapResponseHandler aHandler, 281 otCoapResponseHandler aHandler,
|
/openthread-3.5.0/src/core/api/ |
D | coap_secure_api.cpp | 130 otCoapResponseHandler aHandler, in otCoapSecureSendRequestBlockWise() 142 otCoapResponseHandler aHandler, in otCoapSecureSendRequest()
|
D | coap_api.cpp | 205 otCoapResponseHandler aHandler, in otCoapSendRequestBlockWiseWithParameters() 231 otCoapResponseHandler aHandler, in otCoapSendRequestWithParameters()
|
/openthread-3.5.0/src/core/coap/ |
D | coap.hpp | 72 typedef otCoapResponseHandler ResponseHandler; 582 otCoapResponseHandler aHandler = nullptr,
|