diff options
-rw-r--r-- | src/bluetooth/doc/src/bluetooth-overview.qdoc | 7 |
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. |