Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h122 OT_COAP_CODE_SERVICE_UNAVAILABLE = OT_COAP_CODE(5, 3), ///< Service Unavailable enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp131 kCodeServiceUnavailable = OT_COAP_CODE_SERVICE_UNAVAILABLE, ///< Service Unavailable
/openthread-3.5.0/src/cli/
Dcli_coap.cpp677 responseCode = OT_COAP_CODE_SERVICE_UNAVAILABLE; in HandleRequest()