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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user