summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-02-22 14:04:00 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-03-01 12:04:57 +0100
commit148d9875679bbc8954bc2f354bc39ffef309e2bc (patch)
treef1ebf7f162554648edd221aa05e4db64b52badd3 /src/bluetooth/doc/src
parent5d59a5288a0d0d54ac6e6c91c61f50dfd26393c2 (diff)
Remove QML API from QtBluetooth
This patch removes the BluetoothDiscoveryModel, QDeclarativeBluetoothService, and QDeclarativeBluetoothSocket. It also removes the "scanner" example and the "chat" example, both using BluetoothDiscoveryModel. Fixes: QTBUG-75354 Task-number: QTBUG-62877 Change-Id: Id9f6a75330e81c97ae9cd3fcaec793d0224ce72b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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.