TwclBluetoothApi Enumeration

Supported Bluetooth APIs (drivers).

Namespace: wclBluetooth
type
 TwclBluetoothApi = (
 baBlueSoleil,
 baMicrosoft,
 baToshiba,
 baBled112
 );

The TwclBluetoothApi type exposes the following members.

Show:
 NameDescription
baBled112

Silicon Labs BLED112 module.

baBlueSoleil

BlueSoleil Bluetooth driver.

baMicrosoft

Microsoft Bluetooth driver.

baToshiba

Toshiba Bluetooth driver.

Top