System.Bluetooth.Components.TBluetoothLE.SupportsGattClient
Delphi
property SupportsGattClient: Boolean read GetSupportsGattClient;
C++
__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Is True if the current platform supports using Bluetooth Low Energy as a client; it is False otherwise.
SupportsGattClient is True for the following platforms:
| Platform | Supported |
|---|---|
|
Windows |
8+ |
|
OS X |
|
|
iOS |
5+ |
|
Android |
4.3+ |