Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp117 uint16_t GetDelay(void) const { return mDelay; } in GetDelay() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp58 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetDelay(); in otChannelManagerGetDelay()