Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/radio/
Dtrel_interface.hpp158 typedef otTrelPeerIterator PeerIterator; typedef in ot::Trel::Interface
202 void InitIterator(PeerIterator &aIterator) const { aIterator = 0; } in InitIterator()
212 const Peer *GetNextPeer(PeerIterator &aIterator) const;
Dtrel_interface.cpp417 const Interface::Peer *Interface::GetNextPeer(PeerIterator &aIterator) const in GetNextPeer()