From 5cb7cd7cb5bf84f011437ae4cefd616f513aaf95 Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Fri, 20 Dec 2013 00:15:38 +0100 Subject: Implemented Bluetooth Low Energy: examples documentation Added documentation for lowenergyscanner example together with two screenshots. Change-Id: I3615ffee26edd5b2ce75e93adc940ba9d272f072 Reviewed-by: Fabian Bumberger Reviewed-by: Alex Blasche --- .../doc/images/lowenergyscanner-example.png | Bin 0 -> 31581 bytes .../doc/images/lowenergyscanner-example1.png | Bin 0 -> 44107 bytes .../lowenergyscanner/doc/src/lowenergyscanner.qdoc | 40 +++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.png create mode 100644 examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.png create mode 100644 examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc (limited to 'examples') 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 Binary files /dev/null and b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example.png 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 Binary files /dev/null and b/examples/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-example1.png 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 + +*/ -- cgit v1.2.3