BluetoothScanOptions constructor

const BluetoothScanOptions({
  1. BluetoothScanMode scanMode = BluetoothScanMode.balanced,
  2. List<String> serviceUuids = const [],
  3. bool allowDuplicates = false,
})

API Documentation for BluetoothScanOptions.

Implementation

const BluetoothScanOptions({
  this.scanMode = BluetoothScanMode.balanced,
  this.serviceUuids = const [],
  this.allowDuplicates = false,
});