ScanSettings constructor

ScanSettings({
  1. ScanMode? scanMode,
  2. int? reportDelay,
  3. int? numOfMatches,
  4. bool? legacyMode,
  5. Phy? phy,
})

Implementation

ScanSettings({
  this.scanMode,
  this.reportDelay,
  this.numOfMatches,
  this.legacyMode,
  this.phy,
});