Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Denergy_scan_client.cpp74 SuccessOrExit(error = Tlv::Append<MeshCoP::ScanDurationTlv>(*message, aScanDuration)); in SendQuery()
Dmeshcop_tlvs.hpp220 typedef UintTlvInfo<Tlv::kScanDuration, uint16_t> ScanDurationTlv; typedef
/openthread-latest/src/core/thread/
Denergy_scan_server.cpp67 SuccessOrExit(Tlv::Find<MeshCoP::ScanDurationTlv>(aMessage, scanDuration)); in HandleTmf()