System.Bluetooth.TBluetoothLEDevice.Services

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Services: TBluetoothGattServiceList read FServices;

C++

__property TBluetoothGattServiceList* Services = {read=FServices};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Cached list of services that the Bluetooth Low Energy device provides.

When you read the Services property, TBluetoothLEDevice requests the list of services to the Bluetooth Low Energy device.

See Also