Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dchannel_manager.hpp229 bool GetAutoCslChannelSelectionEnabled(void) const { return mAutoSelectCslEnabled; } in GetAutoCslChannelSelectionEnabled() function in ot::Utils::ChannelManager
/external/openthread/src/core/api/
Dchannel_manager_api.cpp99 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetAutoCslChannelSelectionEnabled(); in otChannelManagerGetAutoCslChannelSelectionEnabled()