Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.cpp838 bool shouldSend = false; in ShouldSendBeacon() local
842 shouldSend = IsBeaconEnabled(); in ShouldSendBeacon()
845 if (!shouldSend) in ShouldSendBeacon()
854 shouldSend = IsJoinable(); in ShouldSendBeacon()
859 return shouldSend; in ShouldSendBeacon()