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:
@@ -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
|
||||
|
Reference in New Issue
Block a user