summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/doc/src')
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc2
-rw-r--r--src/bluetooth/doc/src/examples.qdoc6
2 files changed, 0 insertions, 8 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 4f301e88..dd2c156f 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -187,9 +187,7 @@ A quick way to enable all QtBluetooth logging is to add the following line to th
\list
\li QML
\list
- \li \l {scanner}{QML Bluetooth Scanner}
\li \l {pingpong}{QML Bluetooth PingPong}
- \li \l {chat}{QML Bluetooth Chat}
\li \l {heartrate-game}{Bluetooth Low Energy Heart Rate Game}
\li \l {heartrate-server}{Bluetooth Low Energy Heart Rate Server}
\li \l {lowenergyscanner}{Bluetooth Low Energy Scanner}
diff --git a/src/bluetooth/doc/src/examples.qdoc b/src/bluetooth/doc/src/examples.qdoc
index 9cfc1b1d..161f80f8 100644
--- a/src/bluetooth/doc/src/examples.qdoc
+++ b/src/bluetooth/doc/src/examples.qdoc
@@ -58,15 +58,9 @@
\li Example
\li Description
\row
- \li \l{chat}{QML Bluetooth Chat Example}
- \li Simple chat client via Bluetooth.
- \row
\li \l{pingpong}{QML Bluetooth PingPong}
\li Ping pong game demonstrating Bluetooth socket communication between two devices.
\row
- \li \l{scanner}{QML Bluetooth Scanner}
- \li Scan for Bluetooth devices and services.
- \row
\li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game}
\li Connect to Bluetooth Low Energy heart rate belts and receive
measurements such as the current pulse.