Qt Bluetooth Examples
This is a variety of examples that cover the entire range of the the Qt Bluetooth API. You will find them in their own documentation but they are also accessible from here.
C++ Tutorial
The Bluetooth Chat example contains a tutorial on how to use the C++ API to create a RFCOMM server and client, and exchange data between them.
C++ Examples
Example | Description |
---|---|
Bluetooth Tennis | The classic game of Pong. Supports multiplayer over Bluetooth and touch-to-play functionality on devices that support NFC. |
Bluetooth File Transfer | Transfer files between Bluetooth devices. |
Bluetooth Scanner | Scan for Bluetooth devices. |
QML Examples
Example | Description |
---|---|
QML Bluetooth Tennis | The tennis game using a QML interface to the Bluetooth API. It must connect to an instance of the C++ Bluetooth Tennis game to play. |
QML Bluetooth Scanner | A QML implementation of the Bluetooth device scanner. |