System.Bluetooth.TBluetoothLEManager.GetSupportsGattClient
Delphi
function GetSupportsGattClient: Boolean;
C++
bool __fastcall GetSupportsGattClient(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Description
Returns True if the current platform supports using Bluetooth Low Energy as a client; it returns False otherwise.
GetSupportsGattClient returns True for the following platforms:
| Platform | Supported |
|---|---|
|
Windows |
8+ |
|
Mac OS X |
|
|
iOS |
5+ |
|
Android |
4.3+ |
Getter of SupportsGattClient.