BluetoothLowEnergyPeripheral constructor

BluetoothLowEnergyPeripheral({
  1. required CentralManager backend,
  2. required List<UUID> serviceIds,
  3. required DiscoveredEventArgs device,
})

Implementation

BluetoothLowEnergyPeripheral(
    {required this.backend, required this.serviceIds, required this.device});