System.Bluetooth.TBluetoothLEManager.SupportsGattClient
Delphi
property SupportsGattClient: Boolean read GetSupportsGattClient;
C++
__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
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+ |