Home
last modified time | relevance | path

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

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