System.Bluetooth.TBluetoothGattServer.DoIsAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoIsAdvertising: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoIsAdvertising() = 0 ;

Properties

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

Description

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

Returns a boolean value that indicates whether your GATT server is advertising its services (True) or not (False).

GetIsAdvertising calls DoIsAdvertising.

See Also