Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap_secure.h313 otError otCoapSecureSendRequest(otInstance *aInstance,
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp160 otError otCoapSecureSendRequest(otInstance *aInstance, in otCoapSecureSendRequest() function
/openthread-latest/src/cli/
Dcli_coap_secure.cpp584 … error = otCoapSecureSendRequest(GetInstancePtr(), message, &CoapSecure::HandleResponse, this); in ProcessRequest()
591 error = otCoapSecureSendRequest(GetInstancePtr(), message, nullptr, nullptr); in ProcessRequest()