Loading core/java/android/server/BluetoothA2dpService.java +2 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,8 @@ public class BluetoothA2dpService extends IBluetoothA2dp.Stub { "Need BLUETOOTH_ADMIN permission"); if (DBG) log("connectSink(" + device + ")"); if (!mBluetoothService.isEnabled()) return false; // ignore if there are any active sinks if (lookupSinksMatchingStates(new int[] { BluetoothA2dp.STATE_CONNECTING, Loading Loading
core/java/android/server/BluetoothA2dpService.java +2 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,8 @@ public class BluetoothA2dpService extends IBluetoothA2dp.Stub { "Need BLUETOOTH_ADMIN permission"); if (DBG) log("connectSink(" + device + ")"); if (!mBluetoothService.isEnabled()) return false; // ignore if there are any active sinks if (lookupSinksMatchingStates(new int[] { BluetoothA2dp.STATE_CONNECTING, Loading