Searched refs:histogramDirect (Results 1 – 1 of 1) sorted by relevance
2849 const uint32_t *histogramDirect; in HandlePropertyGet() local2854 histogramDirect = otLinkGetTxDirectRetrySuccessHistogram(mInstance, &histogramDirectEntries); in HandlePropertyGet()2857 OT_ASSERT((histogramDirectEntries == 0) || (histogramDirect != nullptr)); in HandlePropertyGet()2864 SuccessOrExit(error = mEncoder.WriteUint32(histogramDirect[i])); in HandlePropertyGet()