Skip to main content

Class AdapterCapabilities

Describes the capabilities of the Bluetooth adapter.

Assembly: Meadow.dll
View Source
Declaration
public class AdapterCapabilities

Properties

HasClassicSupport

Gets a value indicating whether the adapter has support for classic Bluetooth.

View Source
Declaration
public bool HasClassicSupport { get; protected set; }

HasSecureClassicSupport

Gets a value indicating whether the adapter has secure support for classic Bluetooth.

View Source
Declaration
public bool HasSecureClassicSupport { get; protected set; }

HasLowEnergySupport

Gets a value indicating whether the adapter has support for Bluetooth Low Energy (BLE).

View Source
Declaration
public bool HasLowEnergySupport { get; protected set; }

HasLowEnergySecureSupport

Gets a value indicating whether the adapter has secure support for Bluetooth Low Energy (BLE).

View Source
Declaration
public bool HasLowEnergySecureSupport { get; protected set; }

HasLowEnergyCentralRoleSupport

Gets a value indicating whether the adapter has support for the central role in BLE.

View Source
Declaration
public bool HasLowEnergyCentralRoleSupport { get; protected set; }

HasLowEnergyPeripheralRoleSupport

Gets a value indicating whether the adapter has support for the peripheral role in BLE.

View Source
Declaration
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
Declaration
public bool HasAdvertisementOffloadSupport { get; set; }