Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_message.hpp109 kCodeUnauthorized = OT_COAP_CODE_UNAUTHORIZED, ///< Unauthorized enumerator
Dcoap_message.cpp470 {kCodeUnauthorized, "Unauthorized"}, in CodeToString()