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

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

Merge "Bluetooth MIDI: Don't open device automatically"

parents a4fb43ef 2303aff0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -138,8 +138,6 @@ public final class BluetoothMidiDevice {
                        // switch to receiving notifications
                        mBluetoothGatt.readCharacteristic(characteristic);
                    }

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