System.Bluetooth.TBluetoothLEScanFilter.ServiceUUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceUUID: TBluetoothUUID read FServiceUUID write FServiceUUID;

C++

__property GUID ServiceUUID = {read=FServiceUUID, write=FServiceUUID};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEScanFilter

Description

Represents the ServiceUUID of the BLE device to be used as a filter.

You can use a mask in order to filter by specific subfields of ServiceUUID.

See Also