Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp100 kSupervisionInterval = 27, ///< Supervision Interval TLV enumerator
215 typedef UintTlvInfo<Tlv::kSupervisionInterval, uint16_t> SupervisionIntervalTlv;
Dmle_router.cpp2113 tlvList.Add(Tlv::kSupervisionInterval); in HandleChildIdRequest()
2347 tlvList.Add(Tlv::kSupervisionInterval); in HandleChildUpdateRequestOnParent()
2942 case Tlv::kSupervisionInterval: in SendChildIdResponse()
3121 case Tlv::kSupervisionInterval: in SendChildUpdateResponseToChild()
Dmle.cpp2110 case Tlv::kSupervisionInterval: in SendChildUpdateResponse()