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

Commit 871d48f3 authored by Robert Wu's avatar Robert Wu Committed by Android (Google) Code Review
Browse files

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

parents 9871f1fe e76c98a1
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);