Qt Bluetooth Examples
This is a variety of examples that cover the entire range of 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 Chat | Simple chat server and client via Bluetooth. |
Bluetooth File Transfer | Transfer files between Bluetooth devices. |
Bluetooth Scanner | Scan for Bluetooth devices. |
QML Examples
Example | Description |
---|---|
QML Bluetooth PingPong | A QML ping pong game demonstrating Bluetooth socket communication between two devices. |
QML Bluetooth Scanner | A QML implementation of the Bluetooth device scanner. |
QML Picture Push Example | A QML application that transfers pictures between Bluetooth devices. |