Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.22 KB

bluetoothleadvertisementwatcher_allowextendedadvertisements.md

File metadata and controls

30 lines (20 loc) · 1.22 KB
-api-id -api-type
P:Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher.AllowExtendedAdvertisements
winrt property

Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher.AllowExtendedAdvertisements

-description

Enables reception of advertisements using the Extended Advertising format. Defaults to False.

-property-value

Indicates whether advertisements of the Extended Advertising format can be received. The default value is False.

-remarks

The Extended Advertisement format allows for further customization of the advertising header. See the related APIs for more information.

-see-also

BluetoothLEAdvertisementPublisher.UseExtendedFormat

BluetoothLEAdvertisementPublisher.IncludeTransmitPowerLevel

BluetoothLEAdvertisementPublisher.PreferredTransmitPowerLevelInDBm

BluetoothLEAdvertisementPublisher.IsAnonymous

-examples