Home
last modified time | relevance | path

Searched refs:kMaxVendorNameLength (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp103 … static constexpr uint8_t kMaxVendorNameLength = OT_NETWORK_DIAGNOSTIC_MAX_VENDOR_NAME_TLV_LENGTH; member in ot::NetworkDiagnostic::Tlv
204 typedef StringTlvInfo<Tlv::kVendorName, Tlv::kMaxVendorNameLength> VendorNameTlv;
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp124 static constexpr uint8_t kMaxVendorNameLength = 32; ///< Max length of Vendor Name TLV. member in ot::MeshCoP::Tlv
750 typedef StringTlvInfo<Tlv::kVendorName, Tlv::kMaxVendorNameLength> VendorNameTlv;