Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2935 uint8_t histogramIndirectEntries; in HandlePropertyGet() local
2938 …histogramIndirect = otLinkGetTxIndirectRetrySuccessHistogram(mInstance, &histogramIndirectEntries); in HandlePropertyGet()
2941 OT_ASSERT((histogramIndirectEntries == 0) || (histogramIndirect != nullptr)); in HandlePropertyGet()
2953 for (uint8_t i = 0; i < histogramIndirectEntries; i++) in HandlePropertyGet()