System.Bluetooth.TBluetoothLEManager.DoGetSupportsGattClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetSupportsGattClient: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetSupportsGattClient() = 0 ;

Properties

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

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEManager implement.

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

DoGetSupportsGattClient returns True for the following platforms:

Platform Supported

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

GetSupportsGattClient calls DoGetSupportsGattClient.

See Also