BluetoothScanOptions constructor
const
BluetoothScanOptions({
- BluetoothScanMode scanMode = BluetoothScanMode.balanced,
- List<
String> serviceUuids = const [], - bool allowDuplicates = false,
API Documentation for BluetoothScanOptions.
Implementation
const BluetoothScanOptions({
this.scanMode = BluetoothScanMode.balanced,
this.serviceUuids = const [],
this.allowDuplicates = false,
});