Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h857 const uint32_t *otLinkGetTxDirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfEnt…
/openthread-latest/src/core/api/
Dlink_api.cpp310 const uint32_t *otLinkGetTxDirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfEnt… in otLinkGetTxDirectRetrySuccessHistogram() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2937 histogramDirect = otLinkGetTxDirectRetrySuccessHistogram(mInstance, &histogramDirectEntries); in HandlePropertyGet()