Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h116 OT_COAP_CODE_REQUEST_TOO_LARGE = OT_COAP_CODE(4, 13), ///< Request Entity Too Large enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp123 kCodeRequestTooLarge = OT_COAP_CODE_REQUEST_TOO_LARGE, ///< Request Entity Too Large