Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_tlvs.hpp253 uint8_t mTypeIds[kMaxTypeIds];
302 uint8_t mTypeIds[kMaxTypeIds];
Dlink_metrics.hpp96 uint8_t mTypeIds[kMaxTypeIds]; ///< Type IDs.
Dlink_metrics_types.hpp51 constexpr uint8_t kMaxTypeIds = 4; ///< Maximum number of Type IDs in a `Metrics`. variable