BluetoothService constructor

BluetoothService(
  1. Guid uuid,
  2. DeviceIdentifier deviceId,
  3. bool isPrimary,
  4. List<BluetoothCharacteristic> characteristics,
  5. List<BluetoothService> includedServices,
)

Implementation

BluetoothService(this.uuid, this.deviceId, this.isPrimary,
    this.characteristics, this.includedServices);