jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
95 stars 33 forks source link

Volume stays high when connecting multiple devices #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Device (phone) brand:
Device (phone) model:
Android OS version:
App version: main 2.0.12
What steps will reproduce the problem?
1. Connect Home Dock which is set to connect to A2DP receiver
2. A2DP receiver starts and also tries to set volume
3. When disconnecting, the media volume stays at max.

What is the expected output? What do you see instead?
Media volume should return to pre-connected state

Original issue reported on code.google.com by JimR...@gmail.com on 1 Aug 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Fixed in 2.0.13.

Made several changes to manage the connected devices.  It now tracks an array 
of connected devices so more than one can be tracked.  I also added a check to 
see if the Bluetooth adapter has been turned OFF so that it clears all the 
connected Bluetooth devices.  Made many changes to fix the device list so it 
will update properly too.  Before it would clear the ** that indicates a 
connected device.  Now it rechecks and updates better.

Original comment by JimR...@gmail.com on 6 Aug 2011 at 9:42