Searched refs:histogramIndirect (Results 1 – 1 of 1) sorted by relevance
2933 const uint32_t *histogramIndirect; in HandlePropertyGet() local2938 …histogramIndirect = otLinkGetTxIndirectRetrySuccessHistogram(mInstance, &histogramIndirectEntries); in HandlePropertyGet()2941 OT_ASSERT((histogramIndirectEntries == 0) || (histogramIndirect != nullptr)); in HandlePropertyGet()2955 SuccessOrExit(error = mEncoder.WriteUint32(histogramIndirect[i])); in HandlePropertyGet()