Click or drag to resize

wclBluetoothPairingMethod Enumeration

The pairing methods.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothPairingMethod
Members
Member nameValueDescription
pmAuto0 Bluetooth Framework automatically selects the pairing method based on Bluetooth device type.
pmClassic1 Bluetooth Framework forces Classic pairing.
pmLe2 Bluetooth Framework forces LE pairing.
Remarks
The pairing method allows your application to force Classic or BLE pairing when needed.
See Also