System.Bluetooth.TBluetoothLEScanFilter.ServiceUUIDMask
Delphi
property ServiceUUIDMask: TBluetoothUUID read FServiceUUIDMask write FServiceUUIDMask;
C++
__property TBluetoothUUID ServiceUUIDMask = {read=FServiceUUIDMask, write=FServiceUUIDMask};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEScanFilter |
Description
Represents a mask to select specific bytes from ServiceUUID.
ServiceUUIDMask allows to specify which subfields of ServiceUUID are selected in order to filter devices by.
- Set to 1 the positions of ServiceUUIDMask that correspond with the values in ServiceUUID you want to filter devices by.
- Set to 0 the rest of positions of ServiceUUIDMask so that the corresponding values in ServiceUUID are not used to filter.