Click or drag to resize

wclBluetoothLeAdvertiserConnectionUseExtendedAdvertisement Property

Specifies that the advertisement publisher should use the Extended Advertising format.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool UseExtendedAdvertisement { get; set; }

Property Value

Boolean
Indicates whether or not the Extended Advertising format should be used. The default value is False.
Exceptions
ExceptionCondition
wclEBluetoothLeBeacon
Remarks

Enabling the Extended Advertising format is necessary to enable several other related properties.

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

See Also