Home
last modified time | relevance | path

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

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