summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/doc/src/bluetooth-index.qdoc')
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc26
1 files changed, 20 insertions, 6 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 92b846b4..804b6763 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -50,7 +50,7 @@ Currently, the API is supported on the following platforms:
\li x
\li x
\li x
- \li
+ \li x
\li
\row
\li Bluetooth LE Central
@@ -62,7 +62,7 @@ Currently, the API is supported on the following platforms:
\li
\row
\li Bluetooth LE Peripheral
- \li
+ \li x
\li x
\li x
\li x
@@ -146,18 +146,32 @@ The \l QtBluetooth module exports the following
\li Enables logging of cross platform code path in QtBluetooth
\row
\li qt.bluetooth.android
- \li Enables logging of the Android implementation
+ \li Enables logging of the \l {Qt for Android} {Android} implementation
\row
\li qt.bluetooth.bluez
\li Enables logging of the BLuez/Linux implementation
\row
\li qt.bluetooth.ios
- \li Enables logging of the iOS implementation
+ \li Enables logging of the \l {Qt for iOS} {iOS} implementation
\row
\li qt.bluetooth.osx
- \li Enables logging of the \macos implementation
+ \li Enables logging of the \l {Qt for macOS} {macOS} implementation
+\row
+ \li qt.bluetooth.qml
+ \li Enables logging of the QtBluetooth QML implementation
+\row
+ \li qt.bluetooth.winrt
+ \li Enables logging of the \l {Qt for WinRT} {WinRT} implementation
\endtable
+Logging categories can be used to enable additional warning and debug output
+for QtBluetooth. More detailed information about logging can be found in \l QLoggingCategory.
+A quick way to enable all QtBluetooth logging is to add the following line to the \c main() function:
+
+\code
+ QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
+\endcode
+
\section2 Examples
\list
\li QML
@@ -166,7 +180,7 @@ The \l QtBluetooth module exports the following
\li \l {picturetransfer}{QML Bluetooth Picture Push}
\li \l {pingpong}{QML Bluetooth PingPong}
\li \l {chat}{QML Bluetooth Chat}
- \li \l {heartlistener}{Bluetooth Low Energy Heart Listener}
+ \li \l {heartrate-game}{Bluetooth Low Energy Heart Rate Game}
\li \l {heartrate-server}{Bluetooth Low Energy Heart Rate Server}
\li \l {lowenergyscanner}{Bluetooth Low Energy Scanner}
\endlist