Module connected_peers

Source
Expand description

Collections of connected peers

Structs§

ConnectedPeers
ConnectedPeers manages the set of connected peers based on discovery, new connection, and peer session lifetime.
PeerConnections
Provides a stream of peers that have been connected to. This stream produces an item whenever an A2DP peer has been connected. It will produce None when no more peers will be connected.