System.Bluetooth.TBluetoothGattServer.IsAdvertising
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).