System.Bluetooth.TBluetoothGattServer.GetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServices: TBluetoothGattServiceList;

C++

TBluetoothGattServiceList* __fastcall GetServices();

Properties

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

Description

Returns the list of services that your GATT server provides.

See Also