KAdvertisingData constructor

KAdvertisingData({
  1. bool includeDeviceName = true,
  2. bool includeTxPowerLevel = true,
})

Implementation

KAdvertisingData({
  this.includeDeviceName = true,
  this.includeTxPowerLevel = true,
});