Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dpower.hpp93 …static constexpr uint16_t kInfoStringSize = 12; ///< Recommended buffer size to use with `To… member in ot::Power::TargetPower
147 …static constexpr uint16_t kInfoStringSize = OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_… member in ot::Power::RawPowerSetting
181 static constexpr uint16_t kInfoStringSize = 20 + RawPowerSetting::kInfoStringSize; member in ot::Power::CalibratedPower
/openthread-latest/src/core/meshcop/
Dextended_panid.hpp58 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::MeshCoP::ExtendedPanId
Dmeshcop.hpp147 … static constexpr uint16_t kInfoStringSize = 45; ///< Size of `InfoString` to use with `ToString() member in ot::MeshCoP::JoinerDiscerner
/openthread-latest/src/core/border_router/
Dinfra_if.hpp58 … static constexpr uint16_t kInfoStringSize = 20; ///< Max chars for the info string (`ToString()`). member in ot::BorderRouter::InfraIf
Drouting_manager.hpp1128 static constexpr uint16_t kInfoStringSize = 85; member in ot::BorderRouter::RoutingManager::OmrPrefixManager
/openthread-latest/src/core/net/
Dip6_address.hpp96 …static constexpr uint16_t kInfoStringSize = OT_IP6_PREFIX_STRING_SIZE; ///< Info string size (`ToS… member in ot::Ip6::Prefix
345 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Ip6::InterfaceIdentifier
531 …static constexpr uint16_t kInfoStringSize = OT_IP6_ADDRESS_STRING_SIZE; ///< String Size for IPv6 … member in ot::Ip6::Address
Dsocket.hpp220 …static constexpr uint16_t kInfoStringSize = OT_IP6_SOCK_ADDR_STRING_SIZE; ///< Info string size (`… member in ot::Ip6::SockAddr
/openthread-latest/src/core/mac/
Dchannel_mask.hpp71 …static constexpr uint16_t kInfoStringSize = 45; ///< Recommended buffer size to use with `ToString… member in ot::Mac::ChannelMask
Dmac_types.hpp90 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Mac::ExtAddress
631 … static constexpr uint16_t kInfoStringSize = 32; ///< Max chars for the info string (`ToString()`). member in ot::Mac::RadioTypes
Dmac_frame.hpp134 … static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for `InfoString` (ToInfoString()). member in ot::Mac::Frame
/openthread-latest/src/core/radio/
Dtrel_packet.hpp76 …static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for the info string (@sa ToInfoStr… member in ot::Trel::Header
/openthread-latest/src/core/thread/
Dlink_quality.hpp281 static constexpr uint16_t kInfoStringSize = 50; ///< `InfoString` size (@sa ToInfoString()). member in ot::LinkQualityInfo
Dnetwork_data_publisher.hpp338 static constexpr uint16_t kInfoStringSize = 60; member in ot::NetworkData::Publisher::Entry
Dmesh_forwarder.hpp382 static constexpr uint16_t kInfoStringSize = 70; member
Dmle_types.hpp190 static constexpr uint16_t kInfoStringSize = 45; ///< String buffer size used for `ToString()`. member in ot::Mle::DeviceMode
/openthread-latest/src/core/diags/
Dfactory_diags.hpp152 static constexpr uint16_t kInfoStringSize = kMaxDataSize * 2 + 1; member