TwclBluetoothPairingMethod Enumeration

The pairing methods.

Namespace: wclBluetooth
type
 TwclBluetoothPairingMethod = (
 pmAuto,
 pmClassic,
 pmLe
 );

The TwclBluetoothPairingMethod type exposes the following members.

Show:
 NameDescription
pmAuto

Bluetooth Framework automatically selects the pairing method based on Bluetooth device type.

pmClassic

Bluetooth Framework forces Classic pairing.

pmLe

Bluetooth Framework forces LE pairing.

Top

The pairing method allows your application to force Classic or BLE pairing when needed.