BluetoothLowEnergyPeripheral constructor
BluetoothLowEnergyPeripheral({
- required CentralManager backend,
- required List<
UUID> serviceIds, - required DiscoveredEventArgs device,
Implementation
BluetoothLowEnergyPeripheral(
{required this.backend, required this.serviceIds, required this.device});