BluetoothAdapter.IsExtendedAdvertisingSupported Property

Definition

Indicates whether the adapter supports the 5.0 Extended Advertising format.

public:
 property bool IsExtendedAdvertisingSupported { bool get(); };
bool IsExtendedAdvertisingSupported();
public bool IsExtendedAdvertisingSupported { get; }
var boolean = bluetoothAdapter.isExtendedAdvertisingSupported;
Public ReadOnly Property IsExtendedAdvertisingSupported As Boolean

Property Value

Boolean

bool

Indicates whether extended advertisements are supported on this adapter.

Windows requirements

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

Remarks

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

Applies to

See also

  • <xref:Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.UseExtendedAdvertisement%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.IncludeTransmitPowerLevel%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.PreferredTransmitPowerLevelInDBm%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.IsAnonymous>