Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdiag.h81 #define OT_NETWORK_DIAGNOSTIC_MAX_VENDOR_NAME_TLV_LENGTH 32 ///< Max length of Vendor Name… macro
205 char mVendorName[OT_NETWORK_DIAGNOSTIC_MAX_VENDOR_NAME_TLV_LENGTH + 1];
/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp103 … static constexpr uint8_t kMaxVendorNameLength = OT_NETWORK_DIAGNOSTIC_MAX_VENDOR_NAME_TLV_LENGTH;