System.Bluetooth.Components.TBluetoothLE.GetService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetService(const ADevice: TBluetoothLEDevice; const AServiceID: TBluetoothUUID): TBluetoothGattService;

C++

System::Bluetooth::TBluetoothGattService* __fastcall GetService(System::Bluetooth::TBluetoothLEDevice* const ADevice, const GUID &AServiceID);

Properties

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

Description

Returns a service with the specified UUID provided by the specified remote device.

See Also