System.Bluetooth.TBluetoothLEDevice.FServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FServices: TBluetoothGattServiceList;

C++

TBluetoothGattServiceList* FServices;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

It is a list of TBluetoothGattService for the TBluetoothLEDevice.

TBluetoothGattServiceList caches a list of services provided by the Bluetooth Low Energy device.

See Also