Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base.hpp406 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
Dncp_base.cpp2556 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics() argument
2565 VerifyOrExit(aAllowPduCount, error = OT_ERROR_INVALID_ARGS); in DecodeLinkMetrics()