aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate_game/doc/heartrate_game.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate_game/doc/heartrate_game.rst')
-rw-r--r--examples/bluetooth/heartrate_game/doc/heartrate_game.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/bluetooth/heartrate_game/doc/heartrate_game.rst b/examples/bluetooth/heartrate_game/doc/heartrate_game.rst
new file mode 100644
index 000000000..9d190d991
--- /dev/null
+++ b/examples/bluetooth/heartrate_game/doc/heartrate_game.rst
@@ -0,0 +1,11 @@
+Bluetooth Low Energy Heart Rate Game
+====================================
+
+.. tags:: Android
+
+The Bluetooth Low Energy Heart Rate Game shows how to develop a
+Bluetooth Low Energy application using the Qt Bluetooth API. The
+application covers the scanning for Bluetooth Low Energy devices,
+connecting to a Heart Rate service on the device, writing
+characteristics and descriptors, and receiving updates from the device
+once the heart rate has changed.