Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp847 bool IsJoinable(void) const;
Dmac.cpp814 if (IsJoinable()) in PrepareBeacon()
854 shouldSend = IsJoinable(); in ShouldSendBeacon()
862 bool Mac::IsJoinable(void) const in IsJoinable() function in ot::Mac::Mac