System.Bluetooth.TBluetoothGattService.GetServiceUUID
Delphi
function GetServiceUUID: TBluetoothUUID; virtual; abstract;
C++
virtual TBluetoothUUID __fastcall GetServiceUUID() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattService |
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothGattService implement.
The GetServiceUUID function gets the UUID of the TBluetoothGattService.
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.