Qt Bluetooth C++ APIAn API enabling basic Bluetooth operations like scanning for Devices and connecting them. More... Namespaces
Classes
Detailed DescriptionThe 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 API. Getting StartedTo include the Bluetooth classes, use the include directive for the appropriate class. For example: #include <qbluetoothlocaldevice.h>
The Qt Bluetooth C++ API is a Qt Add-On API and for thus wrapped in a namespace. To make use of the namespace use: QTBLUETOOTH_USE_NAMESPACE To link against the module, add this line to your qmake .pro file: QT += bluetooth Classes
ExamplesThe following sample applications show examples of API usage:
|