Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap.cpp633 … if (otCoapOptionIteratorGetFirstOptionMatching(&iterator, OT_COAP_OPTION_OBSERVE) != nullptr) in HandleRequest()
845 otCoapOptionIteratorGetFirstOptionMatching(&iterator, OT_COAP_OPTION_OBSERVE); in HandleResponse()
/openthread-3.5.0/include/openthread/
Dcoap.h136 OT_COAP_OPTION_OBSERVE = 6, ///< Observe [RFC7641] enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp146 kOptionObserve = OT_COAP_OPTION_OBSERVE, ///< Observe [RFC7641]