summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-02-22 12:37:00 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-02-26 11:49:59 +0100
commit6e7911f94906571975555438d9a99ddec3b5bb46 (patch)
tree89ead58100dabc2ffa0509043be0b6b0dde9c7ef /src/bluetooth/doc/src
parent143bcc5b8e2adca497c901fa18d754efd97dade0 (diff)
Remove QBluetoothTransferManager and friends
This patch removes QBluetoothTransferManager, QBluetoothTransferReply and QBluetoothTransferRequest. Furthermore, the examples "btfiletransfer" and "picturetransfer" are removed. Fixes: QTBUG-75353 Task-number: QTBUG-62877 Change-Id: Ife192d80196249185df877fb6a4cae317d7e44ad 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/bluetooth-overview.qdoc12
-rw-r--r--src/bluetooth/doc/src/examples.qdoc6
3 files changed, 0 insertions, 20 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 0f5b96d6..4f301e88 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -188,7 +188,6 @@ A quick way to enable all QtBluetooth logging is to add the following line to th
\li QML
\list
\li \l {scanner}{QML Bluetooth Scanner}
- \li \l {picturetransfer}{QML Bluetooth Picture Push}
\li \l {pingpong}{QML Bluetooth PingPong}
\li \l {chat}{QML Bluetooth Chat}
\li \l {heartrate-game}{Bluetooth Low Energy Heart Rate Game}
@@ -199,7 +198,6 @@ A quick way to enable all QtBluetooth logging is to add the following line to th
\list
\li \l {btchat}{Bluetooth Chat}
\li \l {btscanner}{Bluetooth Scanner}
- \li \l {btfiletransfer}{Bluetooth File Transfer}
\endlist
\endlist
diff --git a/src/bluetooth/doc/src/bluetooth-overview.qdoc b/src/bluetooth/doc/src/bluetooth-overview.qdoc
index 60e886a3..9e6c93e5 100644
--- a/src/bluetooth/doc/src/bluetooth-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-overview.qdoc
@@ -82,18 +82,6 @@
\snippet doc_src_qtbluetooth.cpp device_discovery
- \section1 Pushing Files to Remote Devices
-
- Once the desired device was found, there are two main use cases provided by Qt Bluetooth. The
- simpler one is to send files via the Obex Object Push Profile (OPP). As the name describes, this
- profile can push files from one device to another. Currently it is not possible to pull files
- or browse the remote file system. The profile does not require the two devices to be
- paired before exchanging data. To push files to remote devices, create a
- QBluetoothTransferRequest and ask the QBluetoothTransferManager to push the file contained in
- the request by calling its \l {QBluetoothTransferManager::put()}{put()} function.
-
- \snippet doc_src_qtbluetooth.cpp sendfile
-
\section1 Exchanging Data Between Devices
The more flexible approach for communication between two Bluetooth enabled devices, is to
diff --git a/src/bluetooth/doc/src/examples.qdoc b/src/bluetooth/doc/src/examples.qdoc
index e33ae4d8..9cfc1b1d 100644
--- a/src/bluetooth/doc/src/examples.qdoc
+++ b/src/bluetooth/doc/src/examples.qdoc
@@ -48,9 +48,6 @@
\li \l{btchat}{Bluetooth Chat}
\li Simple chat server and client via Bluetooth.
\row
- \li \l{btfiletransfer}{Bluetooth File Transfer}
- \li Transfer files between Bluetooth devices.
- \row
\li \l{btscanner}{Bluetooth Scanner}
\li Scan for Bluetooth devices.
\endtable
@@ -64,9 +61,6 @@
\li \l{chat}{QML Bluetooth Chat Example}
\li Simple chat client via Bluetooth.
\row
- \li \l{picturetransfer}{QML Bluetooth Picture Push Example}
- \li Transfer pictures between Bluetooth devices.
- \row
\li \l{pingpong}{QML Bluetooth PingPong}
\li Ping pong game demonstrating Bluetooth socket communication between two devices.
\row