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

Merge commit '210667f353a6703c6518dfe3fcfc9cd40ad32fff' into eclair-mr2-plus-aosp

* commit '210667f353a6703c6518dfe3fcfc9cd40ad32fff':
  Update to reflect new priorities for A2DP profile.
This commit is contained in:
Jaikumar Ganesh
2009-11-25 15:41:30 -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