Home
last modified time | relevance | path

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

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