Home
last modified time | relevance | path

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

/external/ot-br-posix/src/host/
Drcp_host.cpp750 static constexpr int kCountryCodeLength = 2; in SetCountryCode() local
755 …VerifyOrExit((aCountryCode.length() == kCountryCodeLength) && isalpha(aCountryCode[0]) && isalpha(… in SetCountryCode()