System.Bluetooth.TBluetoothGattService.IncludedServices
Delphi
property IncludedServices: TBluetoothGattServiceList read GetIncludedServices;
C++
__property TBluetoothGattServiceList* IncludedServices = {read=GetIncludedServices};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattService |
Description
The list of included services for this GATT service.
Visit the official page for more information about standard services: Standard BluetoothLE Services.