Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1334 bool IsAnnounceAttach(void) const { return mAlternatePanId != Mac::kPanIdBroadcast; } in IsAnnounceAttach() function in ot::Mle::Mle
Dmle_router.cpp394 if (IsAnnounceAttach() && HasChildren()) in HandleChildStart()