How to use BluetoothA2DPCommon in a sketch #396
-
How can I use BluetoothA2DPCommon in my sketches? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 4, 2023
Replies: 1 comment
-
BluetoothA2DPCommon is an abstract class and contains the common methods that are used by the BluetoothA2DPSink and BluetoothA2DPSource. So using this class stand alone does not make a lot of sense and when you use one of the mentioned subclasses you have functionality available automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BluetoothA2DPCommon is an abstract class and contains the common methods that are used by the BluetoothA2DPSink and BluetoothA2DPSource.
So using this class stand alone does not make a lot of sense and when you use one of the mentioned subclasses you have functionality available automatically.