BluetoothAdapter.IsClassicSupported Property

Definition

Gets a boolean indicating if the adapter supports the Bluetooth Classic transport type.

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

Property Value

Boolean

bool

Gets a boolean indicating if the adapter supports the Bluetooth Classic transport type.

Windows requirements

App capabilities
bluetooth

Applies to