Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.cpp52 , mBusyPeriod(kMaxWindow) in JamDetector()
149 mBusyPeriod = aBusyPeriod; in SetBusyPeriod()
150 LogInfo("busy period set to %d", mBusyPeriod); in SetBusyPeriod()
242 SetJamState(numJammedSeconds >= mBusyPeriod); in UpdateJamState()
Djam_detector.hpp158 uint8_t GetBusyPeriod(void) const { return mBusyPeriod; } in GetBusyPeriod()
197 … uint8_t mBusyPeriod : 6; // BusyPeriod (in sec) with mWindow to alert jamming member in ot::Utils::JamDetector