Home
last modified time | relevance | path

Searched defs:RequestedTlvs (Results 1 – 1 of 1) sorted by relevance

/external/openthread/src/core/thread/
Dmle.hpp949 struct RequestedTlvs struct in ot::Mle::Mle
951 static constexpr uint8_t kMaxNumTlvs = 16; ///< Maximum number of TLVs in request array.
953 uint8_t mTlvs[kMaxNumTlvs]; ///< Array of requested TLVs.
954 uint8_t mNumTlvs; ///< Number of TLVs in the array.