Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap_secure.h357 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon…
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp197 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler() function
/openthread-latest/src/cli/
Dcli_coap_secure.cpp241 otCoapSecureSetDefaultHandler(GetInstancePtr(), &CoapSecure::DefaultHandler, this); in Process()