Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp304 …static constexpr uint16_t kThresholdToSkipFavored = OPENTHREAD_CONFIG_CHANNEL_MANAGER_THRESHOLD_TO… member in ot::Utils::ChannelManager
Dchannel_manager.cpp259 if (favoredBest.IsEmpty() || ((favoredOccupancy >= kThresholdToSkipFavored) && in FindBetterChannel()
260 … (supportedOccupancy < favoredOccupancy - kThresholdToSkipFavored))) in FindBetterChannel()