TwclBluetoothDeviceType Enumeration

A remote device types.

Namespace: wclBluetooth
type
 TwclBluetoothDeviceType = (
 dtClassic,
 dtBle,
 dtMixed,
 dtUnknown
 );

The TwclBluetoothDeviceType type exposes the following members.

Show:
 NameDescription
dtBle

BLE (Bluetooth Low Energy) device.

dtClassic

Classic Bluetooth device.

dtMixed

Mixed device (supports both classic and LE functions).

dtUnknown

Unknown device type.

Top