Dela via


BluetoothLEAdvertisementPublisherTrigger.UseExtendedFormat Property

Definition

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

public:
 property bool UseExtendedFormat { bool get(); void set(bool value); };
bool UseExtendedFormat();

void UseExtendedFormat(bool value);
public bool UseExtendedFormat { get; set; }
var boolean = bluetoothLEAdvertisementPublisherTrigger.useExtendedFormat;
bluetoothLEAdvertisementPublisherTrigger.useExtendedFormat = boolean;
Public Property UseExtendedFormat As Boolean

Property Value

Boolean

bool

Indicates whether or not the Extended Advertising format should be used. The default value is False.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

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

Applies to

See also