BluetoothAdapter.IsLowEnergySupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|