Class AdapterCapabilities
Describes the capabilities of the Bluetooth adapter.
Assembly: Meadow.dll
View Source
public class AdapterCapabilities
Properties
HasClassicSupport
Gets a value indicating whether the adapter has support for classic Bluetooth.
View Source
public bool HasClassicSupport { get; protected set; }
HasSecureClassicSupport
Gets a value indicating whether the adapter has secure support for classic Bluetooth.
View Source
public bool HasSecureClassicSupport { get; protected set; }
HasLowEnergySupport
Gets a value indicating whether the adapter has support for Bluetooth Low Energy (BLE).
View Source
public bool HasLowEnergySupport { get; protected set; }
HasLowEnergySecureSupport
Gets a value indicating whether the adapter has secure support for Bluetooth Low Energy (BLE).
View Source
public bool HasLowEnergySecureSupport { get; protected set; }
HasLowEnergyCentralRoleSupport
Gets a value indicating whether the adapter has support for the central role in BLE.
View Source
public bool HasLowEnergyCentralRoleSupport { get; protected set; }
HasLowEnergyPeripheralRoleSupport
Gets a value indicating whether the adapter has support for the peripheral role in BLE.
View Source
public bool HasLowEnergyPeripheralRoleSupport { get; protected set; }
HasAdvertisementOffloadSupport
Gets or sets a value indicating whether the adapter has support to offload advertising to secondary channels.
View Source
public bool HasAdvertisementOffloadSupport { get; set; }