Home
last modified time | relevance | path

Searched refs:SendLinkProbe (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/core/api/
Dlink_metrics_api.cpp98 return initiator.SendLinkProbe(AsCoreType(aDestination), aSeriesId, aLength); in otLinkMetricsSendLinkProbe()
/openthread-3.6.0/src/core/thread/
Dlink_metrics.hpp245 Error SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLength);
Dlink_metrics.cpp346 Error Initiator::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLength) in SendLinkProbe() function in ot::LinkMetrics::Initiator
357 error = Get<Mle::Mle>().SendLinkProbe(aDestination, aSeriesId, buf, aLength); in SendLinkProbe()
Dmle.hpp1328 …Error SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_t aL…
Dmle.cpp2297 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe() function in ot::Mle::Mle