Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_metrics.h233 otError otLinkMetricsSendLinkProbe(otInstance *aInstance,
/openthread-latest/src/core/api/
Dlink_metrics_api.cpp89 otError otLinkMetricsSendLinkProbe(otInstance *aInstance, in otLinkMetricsSendLinkProbe() function
/openthread-latest/src/cli/
Dcli_link_metrics.cpp373 error = otLinkMetricsSendLinkProbe(GetInstancePtr(), &address, seriesId, length); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3254 error = otLinkMetricsSendLinkProbe(mInstance, &address, seriesId, length); in HandlePropertySet()