Freigeben über


BluetoothAdapter.IsExtendedAdvertisingSupported Eigenschaft

Definition

Gibt an, ob der Adapter das 5.0 Extended Advertising-Format unterstützt.

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

Eigenschaftswert

Boolean

bool

Gibt an, ob erweiterte Ankündigungen auf diesem Adapter unterstützt werden.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v10.0)

Hinweise

Das Format "Erweiterte Ankündigung" ermöglicht eine weitere Anpassung des Werbeheaders. Weitere Informationen finden Sie in den zugehörigen APIs.

Gilt für:

Weitere Informationen

  • <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>