Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp130 Error SetDelay(uint16_t aDelay);
Dchannel_manager.cpp140 Error ChannelManager::SetDelay(uint16_t aDelay) in SetDelay() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp63 return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetDelay(aDelay); in otChannelManagerSetDelay()