Loading core/java/android/server/BluetoothA2dpService.java +2 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,8 @@ public class BluetoothA2dpService extends IBluetoothA2dp.Stub { mAudioManager.setParameters("A2dpSuspended=false"); } if (state == BluetoothA2dp.STATE_CONNECTING || if (getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF && state == BluetoothA2dp.STATE_CONNECTING || state == BluetoothA2dp.STATE_CONNECTED) { // We have connected or attempting to connect. // Bump priority Loading Loading
core/java/android/server/BluetoothA2dpService.java +2 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,8 @@ public class BluetoothA2dpService extends IBluetoothA2dp.Stub { mAudioManager.setParameters("A2dpSuspended=false"); } if (state == BluetoothA2dp.STATE_CONNECTING || if (getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF && state == BluetoothA2dp.STATE_CONNECTING || state == BluetoothA2dp.STATE_CONNECTED) { // We have connected or attempting to connect. // Bump priority Loading