summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-30 15:56:55 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-10-02 12:03:48 +0200
commita6ca9d58ec4419d5cb3c83fb34de2f7726ac22a1 (patch)
tree798df03fef82672d349c7e416eafc4b918c61b5c
parente1045264c024b5c1ffa9b1ecec77d0b0f5a1d41e (diff)
Add new QML Chat example to Bluetooth module example list
The change makes a few minor cosmetic changes (e.g. sorting by alphabet and better descriptions) to the overview page too. Change-Id: I20c6e4735dd531b457fdf52b59f00e8a285a7397 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/bluetooth/doc/src/examples.qdoc21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/bluetooth/doc/src/examples.qdoc b/src/bluetooth/doc/src/examples.qdoc
index f53d7127..7eb26cab 100644
--- a/src/bluetooth/doc/src/examples.qdoc
+++ b/src/bluetooth/doc/src/examples.qdoc
@@ -61,21 +61,24 @@
\li Example
\li Description
\row
+ \li \l{chat}{QML Bluetooth Chat Example}
+ \li Simple chat client via Bluetooth.
+ \row
+ \li \l{picturetransfer}{QML Bluetooth Picture Push Example}
+ \li Transfer pictures between Bluetooth devices.
+ \row
\li \l{pingpong}{QML Bluetooth PingPong}
- \li A QML ping pong game demonstrating Bluetooth socket communication between two devices.
+ \li Ping pong game demonstrating Bluetooth socket communication between two devices.
\row
\li \l{scanner}{QML Bluetooth Scanner}
- \li A QML implementation of the Bluetooth device scanner.
+ \li Scan for Bluetooth devices and services.
\row
- \li \l{picturetransfer}{QML Picture Push Example}
- \li A QML application that transfers pictures between Bluetooth devices.
+ \li \l{heartlistener}{QML Bluetooth Low Energy Heart Listener}
+ \li Connect to Bluetooth Low Energy heart rate belts and receive
+ measurements such as the current pulse.
\row
\li \l{lowenergyscanner}{QML Bluetooth Low Energy Scanner}
- \li Scan for Bluetooth Low Energy devices, services and characteristics.
- \row
- \li \l{heartlistener}{QML Bluetooth Low Energy Heart Listener}
- \li Connect to the Bluetooth Low Energy heart belt and receive
- measurements.
+ \li Scan for Bluetooth Low Energy devices and show their services and characteristics.
\endtable
*/