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

This commit is contained in:
Robert Wu
2022-10-19 17:40:42 +00:00
committed by Android (Google) Code Review

View File

@@ -142,8 +142,6 @@ public final class BluetoothMidiDevice {
mPacketDecoder.setMaxPacketSize(DEFAULT_PACKET_SIZE);
}
}
openBluetoothDevice(mBluetoothDevice);
}
} else {
Log.e(TAG, "onServicesDiscovered received: " + status);