Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Dlink.h933 const uint32_t *otLinkGetTxIndirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfE…
/openthread-3.7.0/src/core/api/
Dlink_api.cpp289 const uint32_t *otLinkGetTxIndirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfE… in otLinkGetTxIndirectRetrySuccessHistogram() function
/openthread-3.7.0/src/ncp/
Dncp_base_mtd.cpp2846 …histogramIndirect = otLinkGetTxIndirectRetrySuccessHistogram(mInstance, &histogramIndirectEntries); in HandlePropertyGet()