summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2013-12-20 00:15:38 +0100
committerNedim Hadzic <nhadzic@blackberry.com>2014-01-14 17:15:25 +0100
commit5cb7cd7cb5bf84f011437ae4cefd616f513aaf95 (patch)
treeadea22965bdffd3d93b24d84cb4ed00b5badc852 /examples
parent316a17406b894bcdabad2faaeaba18ab0abdc352 (diff)
Implemented Bluetooth Low Energy: examples documentation
Added documentation for lowenergyscanner example together with two screenshots. Change-Id: I3615ffee26edd5b2ce75e93adc940ba9d272f072 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.pngbin0 -> 31581 bytes
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.pngbin0 -> 44107 bytes
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc40
3 files changed, 40 insertions, 0 deletions
diff --git a/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.png b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.png
new file mode 100644
index 00000000..bdc3a22e
--- /dev/null
+++ b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.png
Binary files differ
diff --git a/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.png b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.png
new file mode 100644
index 00000000..4854abf7
--- /dev/null
+++ b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.png
Binary files differ
diff --git a/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc b/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc
new file mode 100644
index 00000000..fe7e007f
--- /dev/null
+++ b/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc
@@ -0,0 +1,40 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 BlackBerry Limited all rights reserved
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example lowenergyscanner
+ \title Bluetooth Low Energy Scanner Example
+
+ The Bluetooth Low Energy Scanner Example shows how to develop Bluetooth
+ Low Energy applications using the Qt Bluetooth API. The application covers
+ scanning for Low Energy devices, scanning their services and reading
+ the service characteristics.
+
+ \image lowenergyscanner-example.png
+ \image lowenergyscanner-example1.png
+
+*/