System.Bluetooth.TBluetoothGattServer.IsAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsAdvertising: Boolean read GetIsAdvertising;

C++

__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer

Description

Whether your GATT server is broadcasting its advertising data (True) or not (False).

See Also