Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp98 constexpr uint32_t kDefaultWedListenInterval = OPENTHREAD_CONFIG_WED_LISTEN_INTERVAL; variable
Dmac.cpp91 , mWakeupListenInterval(kDefaultWedListenInterval) in Mac()