Searched refs:kMaxLineLength (Results 1 – 2 of 2) sorted by relevance
190 static constexpr uint16_t kMaxLineLength = OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH; member in ot::Cli::Interpreter
302 if (StringLength(aLine, kMaxLineLength) <= kMaxLineLength - 1) in ProcessLine()