summaryrefslogtreecommitdiff
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 08:06:04 +0000
commita0ffb3024838a739e25fd337a1f4bdb555752e25 (patch)
tree149a5e40a3572ddef17d51124e9e04bc00b93377
parent787b93c1018044815cf41f60edb5885ef7583c41 (diff)
downloadqtconnectivity-a0ffb3024838a739e25fd337a1f4bdb555752e25.tar.gz
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 834a3f31..06763417 100644
--- a/src/bluetooth/qlowenergycontroller.cpp
+++ b/src/bluetooth/qlowenergycontroller.cpp
@@ -210,7 +210,7 @@ Q_DECLARE_LOGGING_CATEGORY(QT_BT_ANDROID)
\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.
*/