System.Bluetooth.Components.TBluetoothLE.GetSupportsGattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSupportsGattServer: Boolean;

C++

bool __fastcall GetSupportsGattServer();

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Returns True if the current platform supports using Bluetooth Low Energy as a client; it returns False otherwise.

GetSupportsGattServer returns True for the following platforms:

Platform Supported

Windows

OS X

10.9+

iOS

6+

Android

Getter of SupportsGattServer.

See Also