Searched refs:SendLinkProbe (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/src/core/api/ |
D | link_metrics_api.cpp | 98 return initiator.SendLinkProbe(AsCoreType(aDestination), aSeriesId, aLength); in otLinkMetricsSendLinkProbe()
|
/openthread-3.6.0/src/core/thread/ |
D | link_metrics.hpp | 245 Error SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLength);
|
D | link_metrics.cpp | 346 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()
|
D | mle.hpp | 1328 …Error SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_t aL…
|
D | mle.cpp | 2297 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe() function in ot::Mle::Mle
|