Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_tlvs.hpp109 uint8_t GetMetricsTypeId(void) const { return mMetricsTypeId; } in GetMetricsTypeId() function in ot::LinkMetrics::ReportSubTlv
Dlink_metrics.cpp163 typeId = reportTlv.GetMetricsTypeId(); in HandleReport()