Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp300 static constexpr uint32_t kMinChannelMonitorSampleCount = member in ot::Utils::ChannelManager
Dchannel_manager.cpp239 if (Get<ChannelMonitor>().GetSampleCount() <= kMinChannelMonitorSampleCount) in FindBetterChannel()
242 ToUlong(kMinChannelMonitorSampleCount)); in FindBetterChannel()