Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2933 const uint32_t *histogramIndirect; in HandlePropertyGet() local
2938histogramIndirect = otLinkGetTxIndirectRetrySuccessHistogram(mInstance, &histogramIndirectEntries); in HandlePropertyGet()
2941 OT_ASSERT((histogramIndirectEntries == 0) || (histogramIndirect != nullptr)); in HandlePropertyGet()
2955 SuccessOrExit(error = mEncoder.WriteUint32(histogramIndirect[i])); in HandlePropertyGet()