Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_message.cpp99 uint8_t Message::WriteExtendedOptionField(uint16_t aValue, uint8_t *&aBuffer) in WriteExtendedOptionField() function in ot::Coap::Message
158 header[0] = static_cast<uint8_t>(WriteExtendedOptionField(delta, cur) << kOptionDeltaOffset); in AppendOptionHeader()
159 … header[0] |= static_cast<uint8_t>(WriteExtendedOptionField(aLength, cur) << kOptionLengthOffset); in AppendOptionHeader()
Dcoap_message.hpp927 uint8_t WriteExtendedOptionField(uint16_t aValue, uint8_t *&aBuffer);