Searched refs:aCapsLength (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.hpp | 122 spinel_size_t aCapsLength, 125 …bool IsSpinelCapabilitySupported(const uint8_t *aCapsData, spinel_size_t aCapsLength, uint32_t aCa…
|
D | rcp_caps_diag.cpp | 592 spinel_size_t aCapsLength, in OutputSpinelCapFlags() argument 604 …OutputFormat(capName, SupportToString(IsSpinelCapabilitySupported(aCapsData, aCapsLength, aFlags[i… in OutputSpinelCapFlags() 608 bool RcpCapsDiag::IsSpinelCapabilitySupported(const uint8_t *aCapsData, spinel_size_t aCapsLength, … in IsSpinelCapabilitySupported() argument 612 while (aCapsLength > 0) in IsSpinelCapabilitySupported() 617 …unpacked = spinel_datatype_unpack(aCapsData, aCapsLength, SPINEL_DATATYPE_UINT_PACKED_S, &capabili… in IsSpinelCapabilitySupported() 622 aCapsLength -= static_cast<spinel_size_t>(unpacked); in IsSpinelCapabilitySupported()
|