Expand description
Handling AVDTP streams
Structs§
- Stream
- Manages a local StreamEndpoint and its associated media task, starting and stopping the related media task in sync with the endpoint’s configured or streaming state. Note that this does not coordinate state with peer, which is done by bt_a2dp::Peer.
- Streams
- A set of streams, indexed by their local endpoint ID.
- Streams
Builder - Builds a set of streams, based on the capabilities of a set of MediaTaskBuilders that are supported and configured by the system.