Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.29 KB

bluetoothleadvertisementwatchertrigger_allowextendedadvertisements.md

File metadata and controls

25 lines (17 loc) · 1.29 KB
-api-id -api-type
P:Windows.ApplicationModel.Background.BluetoothLEAdvertisementWatcherTrigger.AllowExtendedAdvertisements
winrt property

Windows.ApplicationModel.Background.BluetoothLEAdvertisementWatcherTrigger.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

BluetoothLEAdvertisementPublisherTrigger.UseExtendedFormat, BluetoothLEAdvertisementPublisherTrigger.IncludeTransmitPowerLevel, BluetoothLEAdvertisementPublisherTrigger.PreferredTransmitPowerLevelInDBm, BluetoothLEAdvertisementPublisherTrigger.IsAnonymous

-examples