Qt Bluetooth C++ Classes

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

This module was introduced in Qt 5.2.

Namespaces

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