summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-01-04 15:34:08 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-09 09:36:18 +0000
commit7d458f96c45474ee20ca3c2f7aaf91a07427aeee (patch)
tree741b300309de3766ecc154aa8c82da7f7e8ee44a /examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
parent3d92f178ff16410a293806b6ff93a59d4ae5632e (diff)
Doc: Tweak Qt Bluetooth example documentation
Linkify Qt Bluetooth, and add tags. QtBluetooth will create a link to https://doc.qt.io/qt-6/qtbluetooth-module.html Pick-to: 6.6 Change-Id: I9da8bda1591fae26fbe0bde7ac86371af4b9e71c Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 619c20be1274778ff3a9344cd7f5b13f085bc956) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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.