Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp268 uint32_t GetFavoredChannels(void) const { return mFavoredChannelMask.GetMask(); } in GetFavoredChannels() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp125 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetFavoredChannels(); in otChannelManagerGetFavoredChannels()