System.Bluetooth.TBluetoothGattServer.GetIsAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsAdvertising: Boolean;

C++

bool __fastcall GetIsAdvertising();

Properties

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

Description

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

See Also