System.Bluetooth.TBluetoothGattService.FIncludedServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FIncludedServices: TBluetoothGattServiceList;

C++

TBluetoothGattServiceList* FIncludedServices;

Properties

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

Description

It is a list of included services for this TBluetoothGattService.

DoGetIncludedServices generates or updates this list.

Visit the official page for more information about standard services: Standard BluetoothLE Services.

See Also