Searched refs:kScanDuration (Results 1 – 2 of 2) sorted by relevance
109 kScanDuration = OT_MESHCOP_TLV_SCAN_DURATION, ///< Scan Duration TLV enumerator220 typedef UintTlvInfo<Tlv::kScanDuration, uint16_t> ScanDurationTlv;
130 static constexpr uint16_t kScanDuration = 1; in HandleSpinelCommand() local132 return mRadioSpinel.Set(SPINEL_PROP_MAC_SCAN_PERIOD, SPINEL_DATATYPE_UINT16_S, kScanDuration); in HandleSpinelCommand()