Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.hpp351 Error FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy);
Dchannel_manager.cpp239 Error ChannelManager::FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy) in FindBetterChannel() argument
282 aNewChannel = favoredBest.ChooseRandomChannel(); in FindBetterChannel()