Qt Bluetooth C++ Classes

Enables basic Bluetooth operations like scanning for devices and connecting them. More...

Namespaces

DarwinBluetooth

QBluetooth

Classes and functions related to Bluetooth

Detailed Description

The Qt Bluetooth C++ API enables an application to scan for devices and connect and interact with them in a more flexible way.

To use the C++ library in your application, add the following configuration option to your .pro file:

 QT += bluetooth