Home
last modified time | relevance | path

Searched defs:SendAnnounce (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dannounce_begin_server.cpp47 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() function in ot::AnnounceBeginServer
Dannounce_sender.cpp56 void AnnounceSenderBase::SendAnnounce(uint8_t aCount) in SendAnnounce() function in ot::AnnounceSenderBase
Dmle.cpp2139 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
2148 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
Dmle.hpp179 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce() function in ot::Mle::Mle