Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.hpp378 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
Dncp_base.cpp2526 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics() argument
2535 VerifyOrExit(aAllowPduCount, error = OT_ERROR_INVALID_ARGS); in DecodeLinkMetrics()