Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp190 typedef UintTlvInfo<Tlv::kBatteryLevel, uint8_t> BatteryLevelTlv; typedef
Dnetwork_diagnostic.cpp1169 … SuccessOrExit(error = Tlv::Read<BatteryLevelTlv>(aMessage, offset, aTlvInfo.mData.mBatteryLevel)); in GetNextDiagTlv()