Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp225 uint8_t typeIdCount = 0; in SendMgmtRequestForwardTrackingSeries() local
238 typeIdCount = aMetrics->ConvertToTypeIds(fwdProbingSubTlv.GetTypeIds()); in SendMgmtRequestForwardTrackingSeries()
241 fwdProbingSubTlv.SetLength(sizeof(aSeriesId) + sizeof(uint8_t) + typeIdCount); in SendMgmtRequestForwardTrackingSeries()
256 uint8_t typeIdCount = 0; in SendMgmtRequestEnhAckProbing() local
271 typeIdCount = aMetrics->ConvertToTypeIds(enhAckConfigSubTlv.GetTypeIds()); in SendMgmtRequestEnhAckProbing()
274 enhAckConfigSubTlv.SetLength(EnhAckConfigSubTlv::kMinLength + typeIdCount); in SendMgmtRequestEnhAckProbing()