System.Bluetooth.Components.TBluetoothLE.GetSupportsGattClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSupportsGattClient: Boolean;

C++

bool __fastcall GetSupportsGattClient();

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.

GetSupportsGattClient returns True for the following platforms:

Platform Supported

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

Getter of SupportsGattClient.

See Also