Searched refs:kCmeErrorMemoryFull (Results 1 – 4 of 4) sorted by relevance
80 static constexpr char kCmeErrorMemoryFull[] = "+CME ERROR: 20"; variable
1477 responses.push_back(kCmeErrorMemoryFull); in HandleOpenLogicalChannel()
36 static constexpr std::string_view kCmeErrorMemoryFull = "20"sv; variable
287 } else if (str.compare(atCmds::kCmeErrorMemoryFull) == 0) { in parse()