Searched defs:kMinLength (Results 1 – 4 of 4) sorted by relevance
89 … static constexpr uint8_t kMinLength = 2; ///< Minimum expected TLV length (type ID and u8 value). member in ot::LinkMetrics::ReportSubTlv196 …static constexpr uint8_t kMinLength = sizeof(uint8_t) + sizeof(uint8_t); ///< Minimum expected TLV… member in ot::LinkMetrics::FwdProbingRegSubTlv260 …static constexpr uint8_t kMinLength = sizeof(uint8_t); ///< Minimum TLV length (only `EnhAckFlags`… member in ot::LinkMetrics::EnhAckConfigSubTlv
339 …static constexpr uint8_t kMinLength = sizeof(Ip6::Address) + sizeof(uint16_t); // Address and port. member in ot::NetworkData::Service::Manager::DnsSrpUnicast::AddrData368 static constexpr uint8_t kMinLength = sizeof(uint8_t) + AddrData::kMinLength; member in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServiceData398 static constexpr uint8_t kMinLength = AddrData::kMinLength; member in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServerData
1330 …static constexpr uint8_t kMinLength = sizeof(uint8_t) + sizeof(uint8_t); // Flags & Ser… member in ot::NetworkData::ServiceTlv
66 …static constexpr uint8_t kMinLength = 6; ///< Min PSKd string length (excl… member in ot::MeshCoP::JoinerPskd