Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/mac/
Dmac.hpp180 bool IsBeaconEnabled(void) const { return mBeaconsEnabled; } in IsBeaconEnabled() function in ot::Mac::Mac
Dmac.cpp820 shouldSend = IsBeaconEnabled(); in ShouldSendBeacon()