Home
last modified time | relevance | path

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

/external/openthread/src/core/coap/
Dcoap_message.hpp130 kCodeServiceUnavailable = OT_COAP_CODE_SERVICE_UNAVAILABLE, ///< Service Unavailable enumerator
Dcoap_message.cpp448 {kCodeServiceUnavailable, "ServiceUnavailable"}, in CodeToString()