System.Bluetooth.TBluetoothGattService.GetServiceUUIDName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServiceUUIDName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetServiceUUIDName();

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

The GetServiceUUIDName function returns a string with the UUIDName of the TBluetoothGattService.

GetServiceUUIDName calls GetKnownServiceName taking GetServiceUUID as a parameter.

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

See Also