manufacturerData property

A List of BluetoothManufacturerDataFilters for what the manufacture data of the device should match before it shows up in the available devices list. Note that if you set multiple manufacturer data filters then a single device must match all of them.

Implementation

external List<BluetoothManufacturerDataFilter>? get manufacturerData;