Qt Bluetooth Examples#
Examples for the Qt Bluetooth module.
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
Simple chat server and client via Bluetooth.
QML Examples#
Example
Description
QML Bluetooth Low Energy Heart Rate Game
Connect to Bluetooth Low Energy heart rate belts and receive measurements such as the current pulse.
Scan for Bluetooth Low Energy devices and show their services and characteristics.