Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1354 Error GetNextAnnounceChannel(uint8_t &aChannel) const;
Dmle.cpp1534 if (shouldAnnounce && (GetNextAnnounceChannel(mAnnounceChannel) == kErrorNone)) in HandleAttachTimer()
2183 Error Mle::GetNextAnnounceChannel(uint8_t &aChannel) const in GetNextAnnounceChannel() function in ot::Mle::Mle
2203 return GetNextAnnounceChannel(channel) == kErrorNone; in HasMoreChannelsToAnnounce()