am 8a8da556: am 210667f3: Update to reflect new priorities for A2DP profile.

Merge commit '8a8da556f3b9750263f3c447c88fa81bd50fe845'

* commit '8a8da556f3b9750263f3c447c88fa81bd50fe845':
  Update to reflect new priorities for A2DP profile.
This commit is contained in:
Jaikumar Ganesh
2009-11-25 15:45:26 -08:00
committed by Android Git Automerger

View File

@@ -203,7 +203,7 @@ public abstract class LocalBluetoothProfileManager {
@Override
public void setPreferred(BluetoothDevice device, boolean preferred) {
mService.setSinkPriority(device,
preferred ? BluetoothA2dp.PRIORITY_AUTO : BluetoothA2dp.PRIORITY_OFF);
preferred ? BluetoothA2dp.PRIORITY_AUTO_CONNECT : BluetoothA2dp.PRIORITY_OFF);
}
@Override