Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp99 constexpr uint32_t kDefaultWedListenDuration = OPENTHREAD_CONFIG_WED_LISTEN_DURATION; variable
Dmac.cpp92 , mWakeupListenDuration(kDefaultWedListenDuration) in Mac()