System.Bluetooth.TBluetoothLEAdvertiseData.GetDataForService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataForService(const AServiceUUID: TBluetoothUUID): TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetDataForService(const GUID &AServiceUUID) = 0 ;

Properties

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

Description

Returns the data associated with the specified UUID of a GATT service in the advertised service data.

See Also