Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.hpp137 static const char *SupportToString(bool aSupport);
Drcp_caps_diag.cpp838 const char *RcpCapsDiag::SupportToString(bool aSupport) { return aSupport ? "OK" : "NotSupported"; } in SupportToString() argument