Compartilhar via


BluetoothAdapter.IsExtendedAdvertisingSupported Propriedade

Definição

Indica se o adaptador dá suporte ao formato de Publicidade Estendida 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 da propriedade

Boolean

bool

Indica se há suporte para anúncios estendidos nesse adaptador.

Requisitos do Windows

Família de dispositivos
Windows 10, version 2004 (introduzida na 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v10.0)

Comentários

O formato de Anúncio Estendido permite a personalização adicional do cabeçalho de publicidade. Consulte as APIs relacionadas para obter mais informações.

Aplica-se a

Confira também

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