A2DP Stream Audio to Bluetooth Speaker ... Control #1506
-
I am sending audio to a JBL GO blutooth speaker that has volume control buttons on it.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you try to set the log level to debug and check
|
Beta Was this translation helpful? Give feedback.
If log level debug does not help try it with info.
You want to see which callback methods that are called when you change the volume (if any), so that you know what code to double check.
Yes, there is some logic in place, but since I do not have such a speaker, it has never been tested and maybe some steps are missing.