System.Bluetooth.TBluetoothLEManager.DoGetGattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetGattServer: TBluetoothGattServer; virtual; abstract;

C++

virtual TBluetoothGattServer* __fastcall DoGetGattServer() = 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 an instance of TBluetoothGattServer for the platform where your application is running that you can use to publish Bluetooth Low Energy services that remote devices can query.

GetGattServer calls DoGetGattServer.

Platform Support

Platform Supported

Windows

OS X

10.9+

iOS

6+

Android

Note: Calls to DoGetGattServer on unsupported platforms raise an exception.

See Also