summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-04-04 14:40:57 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-12 07:28:41 +0000
commit35cd4846643f02a587d04e39d9fa128ff2b0cf71 (patch)
tree431c3dd8f6c1b9cf8eaed9873639d6fe8bcd6dc6
parent0b5843cf1ecf27865f2e843ea673882f90c7c79f (diff)
Update BT LE peripheral role OS support documentation
Change-Id: Icf2e614905b68406727a51399e0af6209b57a92e Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 64741d6be0b9d0c2d1910f3433219f9b272d86af) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/qlowenergycontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller.cpp b/src/bluetooth/qlowenergycontroller.cpp
index 78100f31..46d92c4e 100644
--- a/src/bluetooth/qlowenergycontroller.cpp
+++ b/src/bluetooth/qlowenergycontroller.cpp
@@ -212,7 +212,7 @@ Q_DECLARE_LOGGING_CATEGORY(QT_BT_WINRT)
\sa QLowEnergyController::createCentral()
\sa QLowEnergyController::createPeripheral()
\since 5.7
- \note The peripheral role is currently only supported on Linux. In addition, handling the
+ \note The peripheral role is not supported on Windows. In addition on Linux, handling the
"Signed Write" ATT command on the server side requires BlueZ 5 and kernel version 3.7
or newer.
*/