Home
last modified time | relevance | path

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

/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp2849 const uint32_t *histogramDirect; in HandlePropertyGet() local
2854 histogramDirect = otLinkGetTxDirectRetrySuccessHistogram(mInstance, &histogramDirectEntries); in HandlePropertyGet()
2857 OT_ASSERT((histogramDirectEntries == 0) || (histogramDirect != nullptr)); in HandlePropertyGet()
2864 SuccessOrExit(error = mEncoder.WriteUint32(histogramDirect[i])); in HandlePropertyGet()