Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp254 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp115 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetSupportedChannels(); in otChannelManagerGetSupportedChannels()