Home
last modified time | relevance | path

Searched refs:kMaxUriLength (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/src/cli/
Dcli_coap.hpp79 static constexpr uint16_t kMaxUriLength = 32; member in ot::Cli::Coap
165 char mRequestUri[kMaxUriLength];
169 char mUriPath[kMaxUriLength];
Dcli_coap_secure.hpp85 static constexpr uint16_t kMaxUriLength = 32; member in ot::Cli::CoapSecure
148 char mUriPath[kMaxUriLength];
Dcli_coap_secure.cpp115 VerifyOrExit(aArgs[0].GetLength() < kMaxUriLength, error = OT_ERROR_INVALID_ARGS); in Process()
461 char coapUri[kMaxUriLength]; in ProcessRequest()
Dcli_coap.cpp187 VerifyOrExit(aArgs[0].GetLength() < kMaxUriLength, error = OT_ERROR_INVALID_ARGS); in Process()
589 char coapUri[kMaxUriLength] = "test"; in ProcessRequest()