Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp881 enum AnnounceMode : uint8_t // Used in `SendAnnounce()` enum in ot::Mle::Mle
1357 void SendAnnounce(uint8_t aChannel, AnnounceMode aMode);
1358 …void SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = k…
Dmle.cpp2139 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce()
2148 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()