Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp234 uint8_t typeIdCount = 0; in SendMgmtRequestForwardTrackingSeries() local
247 typeIdCount = aMetrics->ConvertToTypeIds(fwdProbingSubTlv.GetTypeIds()); in SendMgmtRequestForwardTrackingSeries()
250 fwdProbingSubTlv.SetLength(sizeof(aSeriesId) + sizeof(uint8_t) + typeIdCount); in SendMgmtRequestForwardTrackingSeries()
265 uint8_t typeIdCount = 0; in SendMgmtRequestEnhAckProbing() local
280 typeIdCount = aMetrics->ConvertToTypeIds(enhAckConfigSubTlv.GetTypeIds()); in SendMgmtRequestEnhAckProbing()
283 enhAckConfigSubTlv.SetLength(EnhAckConfigSubTlv::kMinLength + typeIdCount); in SendMgmtRequestEnhAckProbing()