summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc')
-rw-r--r--examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc b/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
index 342fe058..30725aed 100644
--- a/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
+++ b/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
@@ -5,12 +5,14 @@
\example heartrate-server
\title Bluetooth Low Energy Heart Rate Server
\examplecategory {Connectivity}
+ \meta tags {bluetooth, ble}
+
\brief An example demonstrating how to set up and advertise a GATT service. The example
- demonstrates the use of the Qt Bluetooth Low Energy classes related to peripheral (slave)
+ demonstrates the use of the \l{Qt Bluetooth} Low Energy classes related to peripheral (slave)
functionality.
The Bluetooth Low Energy Heart Rate Server is a command-line application that shows how to
- develop a Bluetooth GATT server using the Qt Bluetooth API.
+ develop a Bluetooth GATT server using the \l{QtBluetooth}{Qt Bluetooth API}.
The application covers setting up a service, advertising it and notifying clients about changes
to characteristic values.