System.Bluetooth.TBluetoothUUIDHelper.GetBluetoothUUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetBluetoothUUID(const A16bitsUUID: TBluetooth16bitsUUID): TBluetoothUUID;

C++

__classmethod GUID __fastcall GetBluetoothUUID(const System::Word A16bitsUUID);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothUUIDHelper

Description

Returns the specified 16-bit Bluetooth UUID as a 128-bit Bluetooth UUID.

See Also