System.Bluetooth.TBluetoothGattDescriptor.Broadcasts
Delphi
property Broadcasts: Boolean read GetBroadcasts write SetBroadcasts;
C++
__property bool Broadcasts = {read=GetBroadcasts, write=SetBroadcasts, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattDescriptor | 
Description
Whether the remote server is configured to include in its advertising data the value of the characteristic that provides this descriptor (True) or not (False).
You can only read the value of the Broadcasts property if the kind of the descriptor is ServerConfiguration.