BLEMidiDevice constructor

BLEMidiDevice(
  1. String deviceId,
  2. String name,
  3. StreamController<MidiPacket> _rxStreamCtrl
)

Implementation

BLEMidiDevice(this.deviceId, this.name, this._rxStreamCtrl) : super(deviceId, name, 'BLE', false) {}