Merge commit '8a8da556f3b9750263f3c447c88fa81bd50fe845' * commit '8a8da556f3b9750263f3c447c88fa81bd50fe845': 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