Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp179 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce()
883 kNormalAnnounce, enumerator
1358 …Announce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = kNormalAnnounce);
Dmle.cpp2168 case kNormalAnnounce: in SendAnnounce()