Searched refs:kOptionDeltaOffset (Results 1 – 2 of 2) sorted by relevance
821 static constexpr uint8_t kOptionDeltaOffset = 4; member in ot::Coap::Message822 static constexpr uint8_t kOptionDeltaMask = 0xf << kOptionDeltaOffset;
158 header[0] = static_cast<uint8_t>(WriteExtendedOptionField(delta, cur) << kOptionDeltaOffset); in AppendOptionHeader()549 optionDelta = (headerByte & Message::kOptionDeltaMask) >> Message::kOptionDeltaOffset; in Advance()