summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-01-26 15:14:03 +0100
committerOliver Wolff <oliver.wolff@qt.io>2017-01-31 08:43:39 +0000
commitf128dd43319d6a7020f7ee1e018b8f0bbff499ab (patch)
tree49f0c7d5782cd6cde71aaf5c3e62715f9abcc799 /src/bluetooth
parentc9218dbb84581c0e2f2ab6a7a858f64c70e8c58a (diff)
Document that BT servers on Android and WinRT only support RFCOMM
Change-Id: Ic93d086cc6b6549e8de90f01a0bba5913207d7e5 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth')
-rw-r--r--src/bluetooth/qbluetoothserver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp
index 41b1d822..99d3b53a 100644
--- a/src/bluetooth/qbluetoothserver.cpp
+++ b/src/bluetooth/qbluetoothserver.cpp
@@ -64,6 +64,7 @@ QT_BEGIN_NAMESPACE
Call serverPort() to get the channel number that is being used.
If the \l QBluetoothServiceInfo::Protocol is not supported by a platform, \l listen() will return \c false.
+ Android and WinRT only support RFCOMM for example.
\sa QBluetoothServiceInfo, QBluetoothSocket
*/