Searched refs:value8 (Results 1 – 1 of 1) sorted by relevance
626 uint8_t value8; in ReadExtendedOptionField() local628 SuccessOrExit(error = Read(sizeof(uint8_t), &value8)); in ReadExtendedOptionField()629 aValue = static_cast<uint16_t>(value8) + Message::kOption1ByteExtensionOffset; in ReadExtendedOptionField()