BluetoothAdapter.IsLowEnergySupported Property

Definition

Gets a boolean indicating if the adapater supports LowEnergy Bluetooth Transport type.

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

Property Value

Boolean

bool

Gets a boolean indicating if the adapater supports LowEnergy Bluetooth Transport type.

Windows requirements

App capabilities
bluetooth

Applies to