System.Bluetooth.TBluetoothLEManager.GetSupportsGattServer
Delphi
function GetSupportsGattServer: Boolean;
C++
bool __fastcall GetSupportsGattServer(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 server; it returns False otherwise.
GetSupportsGattServer returns True for the following platforms:
| Platform | Supported |
|---|---|
|
Windows |
|
|
Mac OS X |
10.9+ |
|
iOS |
6+ |
|
Android |
Getter of SupportsGattServer.