Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp337 bool ShouldAttemptChannelChange(void);
Dchannel_manager.cpp280 bool ChannelManager::ShouldAttemptChannelChange(void) in ShouldAttemptChannelChange() function in ot::Utils::ChannelManager
348 VerifyOrExit(aSkipQualityCheck || ShouldAttemptChannelChange(), error = kErrorAbort); in RequestChannelSelect()