Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dlink_metrics.cpp243 error = Get<Mle::Mle>().SendLinkMetricsManagementRequest(aDestination, fwdProbingSubTlv); in SendMgmtRequestForwardTrackingSeries()
276 error = Get<Mle::Mle>().SendLinkMetricsManagementRequest(aDestination, enhAckConfigSubTlv); in SendMgmtRequestEnhAckProbing()
Dmle.hpp1412 … Error SendLinkMetricsManagementRequest(const Ip6::Address &aDestination, const ot::Tlv &aSubTlv);
Dmle.cpp4369 Error Mle::SendLinkMetricsManagementRequest(const Ip6::Address &aDestination, const ot::Tlv &aSubTl… in SendLinkMetricsManagementRequest() function in ot::Mle::Mle