summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-27 03:01:38 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-27 03:01:38 +0200
commit02e454fe16e974b066d0bd644394c9d8f8e34e92 (patch)
treec6878bc553426e06ee0e60c418b49df9fd04292f
parent9aca6982435eb5acb69b95b17f33bc454a94487b (diff)
parentc9d585da2ddd49108d7b56f480bcfc9d71b67dbf (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
-rw-r--r--src/bluetooth/doc/src/bluetooth-overview.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-overview.qdoc b/src/bluetooth/doc/src/bluetooth-overview.qdoc
index 8138e937..e27dc0ed 100644
--- a/src/bluetooth/doc/src/bluetooth-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-overview.qdoc
@@ -47,7 +47,12 @@
\li Receive advertisement from Bluetooth Low Energy device.
\endlist
- Note that the Object Push Profile is not supported on Android.
+ Note that the Object Push Profile is not supported on Android and Windows.
+
+ Note that parts of RFCOMM functionality cannot be configured by Qt on Windows.
+ A service's \l {ServiceClassIds} and \l {ProtocolDescriptorList} are filled automatically by
+ Windows. Therefore registering a service with custom values for these fields might not yield the
+ expected result on Windows.
The following sections describe how to use the Qt Bluetooth C++ API classes
for the above use cases.