Home
last modified time | relevance | path

Searched refs:GetMetricsValue32 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dlink_metrics_tlvs.hpp130 uint32_t GetMetricsValue32(void) const { return BigEndian::HostSwap32(mMetricsValue.m32); } in GetMetricsValue32() function in ot::LinkMetrics::ReportSubTlv
Dlink_metrics.cpp182 values.mPduCountValue = reportTlv.GetMetricsValue32(); in HandleReport()