Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.hpp211 void SetAutoNetworkChannelSelectionEnabled(bool aEnabled);
H A Dchannel_manager.cpp424 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled() function in ot::Utils::ChannelManager
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp79 …AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoNetworkChannelSelectionEnabled(aEnabled); in otChannelManagerSetAutoChannelSelectionEnabled()