TwclBluetoothLeAdvertiser.Anonymous Property

Specifies whether or not the device address is included in the advertisement header. By default, the address is included.

Namespace: wclBluetooth
published
 property Anonymous: Boolean read FAnonymous write SetAnonymous
 default False;

Property Value

Type: Boolean

Indicates whether the device address is hidden. The default value is False, indicating that the address is included.

The Extended Advertising format must be enabled by setting the UseExtendedAdvertisement to True to use this property. If the UseExtendedAdvertisement is False the value of this property is ignored.

If the advertiser is running and an application changes the property the wclBluetoothErrors.wclEBluetoothLeBeacon exception raises.