System.Bluetooth.TBluetoothGattServer.DoAddService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoAddService(const AService: TBluetoothGattService): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddService(TBluetoothGattService* const AService) = 0 ;

Properties

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

Description

Adds the specified service to your GATT server.

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

See Also