summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-index.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-08-18 14:36:00 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-08-25 14:03:12 +0200
commit1da3df99c196ed89696b4c8a10cfd8b191b8b0f0 (patch)
tree64ccda4f1d59a509b04595e3830bf009d156162c /src/bluetooth/doc/src/bluetooth-index.qdoc
parentac0b7ac671d74878f2821241fd32e26090d60108 (diff)
Provide a documentation overview for Bluetooth LE
Change-Id: I252c085f5b3ea6ccc2820a1f59d9228745ae2900 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/bluetooth/doc/src/bluetooth-index.qdoc')
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index afdf2600..9e691613 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -35,7 +35,9 @@ The Bluetooth API provides connectivity between Bluetooth enabled devices.
Currently the API is supported on \l{Qt for Android}{Android},
\l{Qt for BlackBerry}{BlackBerry 10} and
-\l{Qt for Linux/X11}{Linux} (\l{http://www.bluez.org}{Bluez 4.x}).
+\l{Qt for Linux/X11}{Linux} (\l{http://www.bluez.org}{BlueZ 4.x/5.x}).
+
+
\section1 Overview
@@ -45,6 +47,12 @@ for transferring data between devices. Bluetooth connectivity is based on
basic device management, such as scanning for devices, gathering information
about them, and exchanging data between them.
+This Qt release contains a Technology Preview of the new Qt Bluetooth
+Low Energy API. Further details can be found in the
+\l {Bluetooth Low Energy Overview}{Bluetooth Low Energy Overview} section.
+The Tech Preview supports BlueZ 4 & 5 based Linux systems. Support for
+further platforms is being planned.
+
\section1 Getting started
To use the C++ library in your application, add the following configuration
@@ -61,7 +69,8 @@ import statement in your \c .qml file:
\section2 Guides
\list
- \li \l {Qt Bluetooth Overview}
+ \li \l {Qt Bluetooth Overview}{Classic Bluetooth Overview}
+ \li \l {Bluetooth Low Energy Overview} (Tech Preview)
\endlist
\section2 Reference
@@ -77,8 +86,8 @@ import statement in your \c .qml file:
\li \l {scanner}{QML Bluetooth Scanner}
\li \l {picturetransfer}{QML Bluetooth Picture Push}
\li \l {pingpong}{QML Bluetooth PingPong}
+ \li \l {heartlistener}{Bluetooth Low Energy Heart Listener}
\li \l {lowenergyscanner}{Bluetooth Low Energy Scanner}
- \li \l {heartlistener}{Heart Listener}
\endlist
\li C++
\list