Home
last modified time | relevance | path

Searched refs:OT_COAP_CODE_EMPTY (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/include/openthread/
Dcoap.h93 OT_COAP_CODE_EMPTY = OT_COAP_CODE(0, 0), ///< Empty message code enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp96 kCodeEmpty = OT_COAP_CODE_EMPTY, ///< Empty message code
/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp519 otCoapCode responseCode = OT_COAP_CODE_EMPTY; in HandleRequest()
Dcli_coap.cpp608 otCoapCode responseCode = OT_COAP_CODE_EMPTY; in HandleRequest()