BluetoothAdapter.IsExtendedAdvertisingSupported Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Indica si el adaptador admite el formato de publicidad extendida 5.0.
public:
property bool IsExtendedAdvertisingSupported { bool get(); };
bool IsExtendedAdvertisingSupported();
public bool IsExtendedAdvertisingSupported { get; }
var boolean = bluetoothAdapter.isExtendedAdvertisingSupported;
Public ReadOnly Property IsExtendedAdvertisingSupported As Boolean
Valor de propiedad
bool
Indica si se admiten anuncios extendidos en este adaptador.
Requisitos de Windows
Familia de dispositivos |
Windows 10, version 2004 (se introdujo en la versión 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (se introdujo en la versión v10.0)
|
Comentarios
El formato de anuncio extendido permite una mayor personalización del encabezado de publicidad. Consulte las API relacionadas para obtener más información.
Se aplica a
Consulte también
- <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>