Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.hpp180 static constexpr uint32_t kMaxRandomDelay = 4; // in ms member in ot::Utils::JamDetector
Djam_detector.cpp191 mTimer.Start(mSampleInterval + Random::NonCrypto::GetUint32InRange(0, kMaxRandomDelay)); in HandleTimer()