System.Bluetooth.TBluetoothGattService.UUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UUID: TBluetoothUUID read GetServiceUUID;

C++

__property GUID UUID = {read=GetServiceUUID};

Properties

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

Description

Returns the UUID of this service.

For example, the UUID for the Heart Rate Measurement service is {0000180D-0000-1000-8000-00805F9B34FB}.

Visit the official page for more information about standard services: Standard BluetoothLE Services.

See Also