Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.hpp194 Error RequestCslChannelSelect(bool aSkipQualityCheck);
Dchannel_manager.cpp319 Error ChannelManager::RequestCslChannelSelect(bool aSkipQualityCheck) in RequestCslChannelSelect() function in ot::Utils::ChannelManager
/openthread-3.7.0/src/core/api/
Dchannel_manager_api.cpp93 …return AsCoreType(aInstance).Get<Utils::ChannelManager>().RequestCslChannelSelect(aSkipQualityChec… in otChannelManagerRequestCslChannelSelect()