Home
last modified time | relevance | path

Searched refs:OT_COAP_CODE_REQUEST_INCOMPLETE (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/include/openthread/
Dcoap.h114 OT_COAP_CODE_REQUEST_INCOMPLETE = OT_COAP_CODE(4, 8), ///< RFC7959 Request Entity Incomplete enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp121 … kCodeRequestIncomplete = OT_COAP_CODE_REQUEST_INCOMPLETE, ///< RFC7959 Request Entity Incomplete