ODIDMetadata constructor
ODIDMetadata({
- required String macAddress,
- required MessageSource source,
- int? rssi,
- String? btName,
- int? frequency,
- int? centerFreq0,
- int? centerFreq1,
- int? channelWidthMhz,
- BluetoothPhy? primaryPhy,
- BluetoothPhy? secondaryPhy,
Implementation
ODIDMetadata({
required this.macAddress,
required this.source,
this.rssi,
this.btName,
this.frequency,
this.centerFreq0,
this.centerFreq1,
this.channelWidthMhz,
this.primaryPhy,
this.secondaryPhy,
});