AndroidBluetoothOptions constructor
const
AndroidBluetoothOptions({})
Creates Android BLE customization options.
Implementation
const AndroidBluetoothOptions({
this.scanTimeoutMs,
this.connectionPriority = AndroidBleConnectionPriority.balanced,
this.defaultMtu,
this.autoReconnect = true,
this.filters = const <String, Object>{},
});