Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0614d62 authored by Robert Wu's avatar Robert Wu Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth MIDI: Don't open device automatically" into tm-qpr-dev am: 871d48f3

parents 87ace0f3 871d48f3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -142,8 +142,6 @@ public final class BluetoothMidiDevice {
                            mPacketDecoder.setMaxPacketSize(DEFAULT_PACKET_SIZE);
                        }
                    }

                    openBluetoothDevice(mBluetoothDevice);
                }
            } else {
                Log.e(TAG, "onServicesDiscovered received: " + status);