Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp283 bool shouldAttempt = (ccaFailureRate >= mCcaFailureRateThreshold); in ShouldAttemptChannelChange() local
285 …LogInfo("CCA-err-rate: 0x%04x %s 0x%04x, selecting channel: %s", ccaFailureRate, shouldAttempt ? "… in ShouldAttemptChannelChange()
286 mCcaFailureRateThreshold, ToYesNo(shouldAttempt)); in ShouldAttemptChannelChange()
288 return shouldAttempt; in ShouldAttemptChannelChange()