System.Bluetooth.TBluetoothManager.GetKnownServiceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetKnownServiceName(const AServiceUUID: TGUID): string; static;

C++

static System::UnicodeString __fastcall GetKnownServiceName(const GUID &AServiceUUID);

Properties

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

Description

It returns the display name of the service with the specified unique identifier.

If TBluetoothManager cannot provide a display name for a specific unique identifier (UUID), TBluetoothManager triggers the OnIdentifyCustomUUID event with nil (as Sender) and AServiceUUID as parameters.

See Also