Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.hpp315 static constexpr uint32_t kMinChannelMonitorSampleCount = member in ot::Utils::ChannelManager
Dchannel_manager.cpp248 if (Get<ChannelMonitor>().GetSampleCount() <= kMinChannelMonitorSampleCount) in FindBetterChannel()
251 ToUlong(kMinChannelMonitorSampleCount)); in FindBetterChannel()