Searched defs:SendAnnounce (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/thread/ | ||
D | announce_begin_server.cpp | 47 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() function in ot::AnnounceBeginServer |
D | announce_sender.cpp | 56 void AnnounceSenderBase::SendAnnounce(uint8_t aCount) in SendAnnounce() function in ot::AnnounceSenderBase |
D | mle.cpp | 2139 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle |
D | mle.hpp | 179 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce() function in ot::Mle::Mle |