TwclBluetoothDiscoverKind Enumeration

The TwclBluetoothDiscoverKind enumeration describes Bluetooth devices discovering methods.

Namespace: wclBluetooth
type
 TwclBluetoothDiscoverKind = (
 dkClassic,
 dkBle
 );

The TwclBluetoothDiscoverKind type exposes the following members.

Show:
 NameDescription
dkBle

Discovers only Bluetooth Low Energy devices.

dkClassic

Discover only Classic Bluetooth devices.

Top