Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/coap/
Dcoap_message.hpp1120 bool IsDone(void) const { return mOption.mLength == kIteratorDoneLength; } in IsDone()
1221 static constexpr uint16_t kIteratorDoneLength = 0xffff; member in ot::Coap::Option::Iterator
1226 void MarkAsDone(void) { mOption.mLength = kIteratorDoneLength; } in MarkAsDone()