System.Bluetooth.Components.TBluetoothLE.SupportsGattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsGattServer: Boolean read GetSupportsGattServer;

C++

__property bool SupportsGattServer = {read=GetSupportsGattServer, 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 server; it is False otherwise.

SupportsGattServer is True for the following platforms:

Platform Supported

Windows

OS X

10.9+

iOS

6+

Android

See Also