ScanRecord constructor

ScanRecord({
  1. int? advertiseFlags,
  2. Map<int, Uint8List>? advertisingDataMap,
  3. Uint8List? bytes,
  4. String? deviceName,
  5. Map<int, Uint8List>? manufacturerSpecificData,
  6. Map<String, Uint8List>? serviceData,
  7. List<String?>? serviceSolicitationUuids,
  8. List<String?>? serviceUuids,
  9. int? txPowerLevel,
})

Implementation

ScanRecord({
  this.advertiseFlags,
  this.advertisingDataMap,
  this.bytes,
  this.deviceName,
  this.manufacturerSpecificData,
  this.serviceData,
  this.serviceSolicitationUuids,
  this.serviceUuids,
  this.txPowerLevel,
});