Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp336 Error FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy);
Dchannel_manager.cpp230 Error ChannelManager::FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy) in FindBetterChannel() function in ot::Utils::ChannelManager
350 SuccessOrExit(error = FindBetterChannel(newChannel, newOccupancy)); in RequestChannelSelect()