Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp109 kScanDuration = OT_MESHCOP_TLV_SCAN_DURATION, ///< Scan Duration TLV enumerator
220 typedef UintTlvInfo<Tlv::kScanDuration, uint16_t> ScanDurationTlv;
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp130 static constexpr uint16_t kScanDuration = 1; in HandleSpinelCommand() local
132 return mRadioSpinel.Set(SPINEL_PROP_MAC_SCAN_PERIOD, SPINEL_DATATYPE_UINT16_S, kScanDuration); in HandleSpinelCommand()