BluetoothAdvertisingEventInit constructor

BluetoothAdvertisingEventInit({
  1. required BluetoothDevice device,
  2. dynamic uuids,
  3. String? name,
  4. int? appearance,
  5. int? txPower,
  6. int? rssi,
  7. BluetoothManufacturerDataMap? manufacturerData,
  8. BluetoothServiceDataMap? serviceData,
})

Implementation

external factory BluetoothAdvertisingEventInit(
    {required BluetoothDevice device,
    dynamic uuids,
    String? name,
    int? appearance,
    int? txPower,
    int? rssi,
    BluetoothManufacturerDataMap? manufacturerData,
    BluetoothServiceDataMap? serviceData});