AdvertiseData constructor

AdvertiseData({
  1. String? serviceUuid,
  2. int? manufacturerId,
  3. Uint8List? manufacturerData,
  4. String? serviceDataUuid,
  5. List<int>? serviceData,
  6. bool includeDeviceName = false,
  7. String? localName,
  8. bool? includePowerLevel = false,
  9. String? serviceSolicitationUuid,
})

Implementation

AdvertiseData({
  this.serviceUuid,
  this.manufacturerId,
  this.manufacturerData,
  this.serviceDataUuid,
  this.serviceData,
  this.includeDeviceName = false,
  this.localName,
  this.includePowerLevel = false,
  this.serviceSolicitationUuid,
});