Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.hpp252 Error SetAutoChannelSelectionInterval(uint32_t aInterval);
H A Dchannel_manager.cpp449 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval() function in ot::Utils::ChannelManager
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp109 …return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoChannelSelectionInterval(aInterva… in otChannelManagerSetAutoChannelSelectionInterval()