Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.hpp108 uint8_t GetRequestedChannel(void) const { return mChannel; } in GetRequestedChannel() function in ot::Utils::ChannelManager
/openthread-3.7.0/src/core/api/
Dchannel_manager_api.cpp57 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetRequestedChannel(); in otChannelManagerGetRequestedChannel()