Home
last modified time | relevance | path

Searched refs:GetAverageLqi (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp290 uint8_t GetAverageLqi(void) const { return mLqiAverager.GetAverage(); } in GetAverageLqi() function in ot::LinkMetrics::SeriesInfo
Ddiscover_scanner.cpp323 result.mLqi = aRxInfo.mMessage.GetAverageLqi(); in HandleDiscoveryResponse()
Dlink_metrics.cpp470 values.mLqiValue = aRequestMessage.GetAverageLqi(); in AppendReport()
491 values.mLqiValue = seriesInfo->GetAverageLqi(); in AppendReport()
Dmle.cpp3818 … aRxInfo.mMessage.GetAverageLqi(), aRxInfo.mMessage.GetAverageRss()); in HandleLinkProbe()
/openthread-latest/src/core/common/
Dmessage.hpp1334 uint8_t GetAverageLqi(void) const { return GetMetadata().mLqiAverager.GetAverage(); } in GetAverageLqi() function in ot::Message
Dmessage.cpp810 aLinkInfo.mLqi = GetAverageLqi(); in GetLinkInfo()