Click or drag to resize

wclBluetoothRadioLeSupported Property

Gets the Bluetooth Low Energy support status.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool LeSupported { get; }

Property Value

Boolean
Returns true if the Radio is available and supports Bluetooth Low Energy. Returns false otherwise.
Remarks
If the Radio supports BLE but is not available a returning value is false.
See Also