am c1c462cb: Merge "MidiBluetoothService: add new device to HashMap" into mnc-dr-dev

* commit 'c1c462cbaa8b65c6240f947de503619482296222':
  MidiBluetoothService: add new device to HashMap
This commit is contained in:
Eric Laurent
2015-10-13 01:16:56 +00:00
committed by Android Git Automerger

View File

@@ -46,6 +46,7 @@ public class BluetoothMidiService extends Service {
device = mDeviceServerMap.get(bluetoothDevice);
if (device == null) {
device = new BluetoothMidiDevice(this, bluetoothDevice, this);
mDeviceServerMap.put(bluetoothDevice, device);
}
}
return device.getBinder();