BmBluetoothService constructor

BmBluetoothService({
  1. required Guid serviceUuid,
  2. required DeviceIdentifier remoteId,
  3. required bool isPrimary,
  4. required List<BmBluetoothCharacteristic> characteristics,
  5. required List<BmBluetoothService> includedServices,
})

Implementation

BmBluetoothService({
  required this.serviceUuid,
  required this.remoteId,
  required this.isPrimary,
  required this.characteristics,
  required this.includedServices,
});