RequestBleDeviceParams constructor

RequestBleDeviceParams({
  1. List<String>? services,
  2. String? name,
  3. String? namePrefix,
  4. List<String>? optionalServices,
  5. bool? allowDuplicates,
  6. ScanMode? scanMode,
  7. int? timeout,
})

Implementation

RequestBleDeviceParams(
    {this.services,
    this.name,
    this.namePrefix,
    this.optionalServices,
    this.allowDuplicates,
    this.scanMode,
    this.timeout});