Qt Bluetooth C++ Classes
Enables basic Bluetooth operations like scanning for devices and connecting them. More...
This module was introduced in Qt 5.2.
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 than the Qt Bluetooth QML Types.
To use the C++ library in your application, add the following configuration option to your .pro
file:
QT += bluetooth