Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp247 uint32_t GetAutoChannelSelectionInterval(void) const { return mAutoSelectInterval; } in GetAutoChannelSelectionInterval() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp110 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetAutoChannelSelectionInterval(); in otChannelManagerGetAutoChannelSelectionInterval()