Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_message.hpp123 kCodeNotImplemented = OT_COAP_CODE_NOT_IMPLEMENTED, ///< Not Implemented enumerator
Dcoap_message.cpp481 {kCodeNotImplemented, "NotImplemented"}, in CodeToString()