Compartilhar via


BluetoothAdapter.AreLowEnergySecureConnectionsSupported Propriedade

Definição

Obtém ou define um valor que indica se há suporte para Conexões Seguras para dispositivos Bluetooth LE emparelhados.

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

Valor da propriedade

Boolean

bool

Indica se há suporte para Conexões Seguras em dispositivos Bluetooth clássicos emparelhados.

Requisitos do Windows

Família de dispositivos
Windows 10, version 1803 (introduzida na 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v6.0)

Aplica-se a