System.Bluetooth.TBluetoothGattDescriptor.DoSetBroadcasts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetBroadcasts(const AValue: Boolean); virtual; abstract;

C++

virtual void __fastcall DoSetBroadcasts(const bool AValue) = 0 ;

Properties

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

Description

Defines 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 call DoSetBroadcasts if the kind of the descriptor is ServerConfiguration.

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

See Also