Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"

This commit is contained in:
Qt Forward Merge Bot 2019-07-27 03:01:38 +02:00
commit 96dd4e7ff0
1 changed files with 6 additions and 1 deletions

View File

@ -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.