Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp342 uint16_t curOccupancy, newOccupancy; in RequestChannelSelect() local
350 SuccessOrExit(error = FindBetterChannel(newChannel, newOccupancy)); in RequestChannelSelect()
372 newChannel, newOccupancy); in RequestChannelSelect()
377 if ((newOccupancy >= curOccupancy) || in RequestChannelSelect()
378 (static_cast<uint16_t>(curOccupancy - newOccupancy) < kThresholdToChangeChannel)) in RequestChannelSelect()