Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_mtd.cpp2836 uint8_t histogramIndirectEntries; in HandlePropertyGet() local
2839 …histogramIndirect = otLinkGetTxIndirectRetrySuccessHistogram(mInstance, &histogramIndirectEntries); in HandlePropertyGet()
2842 OT_ASSERT((histogramIndirectEntries == 0) || (histogramIndirect != nullptr)); in HandlePropertyGet()
2854 for (uint8_t i = 0; i < histogramIndirectEntries; i++) in HandlePropertyGet()