Home
last modified time | relevance | path

Searched refs:GetNextPeer (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dtrel_api.cpp58 return AsCoreType(aInstance).Get<Trel::Interface>().GetNextPeer(*aIterator); in otTrelGetNextPeer()
/openthread-latest/src/core/radio/
Dtrel_interface.hpp210 const Peer *GetNextPeer(PeerIterator &aIterator) const;
Dtrel_interface.cpp420 const Interface::Peer *Interface::GetNextPeer(PeerIterator &aIterator) const in GetNextPeer() function in ot::Trel::Interface