ManufacturerDataFilterBuilder class

A filter for matching the manufacturer data of the device. This can be used to define the services that the device should have before being able to communicate with it.

Constructors

ManufacturerDataFilterBuilder({int? companyIdentifier, Uint8List? dataPrefix, Uint8List? mask})
Create a new manufacturer data filter.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toManufacturerDataFilter() BluetoothManufacturerDataFilter
Convert the filter to an actual BluetoothManufacturerDataFilter for the RequestOptions.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited