Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.hpp190 static constexpr uint16_t kMaxLineLength = OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH; member in ot::Cli::Interpreter
Dcli.cpp302 if (StringLength(aLine, kMaxLineLength) <= kMaxLineLength - 1) in ProcessLine()