BluetoothAdapter.IsClassicSupported 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 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
|