System.Bluetooth.Components.TBluetoothLE.GetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServices(const ADevice: TBluetoothLEDevice): TBluetoothGattServiceList;

C++

System::Bluetooth::TBluetoothGattServiceList* __fastcall GetServices(System::Bluetooth::TBluetoothLEDevice* const ADevice);

Properties

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

Description

Returns a list of services provided by the specified remote device.

See Also