Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp261 void SetSupportedChannels(uint32_t aChannelMask);
Dchannel_manager.cpp468 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp120 return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetSupportedChannels(aChannelMask); in otChannelManagerSetSupportedChannels()