Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp240 Error SetAutoChannelSelectionInterval(uint32_t aInterval);
Dchannel_manager.cpp441 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp105 …return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoChannelSelectionInterval(aInterva… in otChannelManagerSetAutoChannelSelectionInterval()