Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp222 void SetAutoCslChannelSelectionEnabled(bool aEnabled);
Dchannel_manager.cpp430 void ChannelManager::SetAutoCslChannelSelectionEnabled(bool aEnabled) in SetAutoCslChannelSelectionEnabled() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp94 AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoCslChannelSelectionEnabled(aEnabled); in otChannelManagerSetAutoCslChannelSelectionEnabled()