Commit Graph

14 Commits

Author SHA1 Message Date
Alex Blasche 8f09b31d98 Remove heartlistener example
The heartrate game is the replacement example.

Change-Id: Ib51be2467c49075d34e6bea003e69453f0801dfc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2017-04-07 06:58:54 +00:00
Alex Blasche 283870e39b Add new heartrate example
The example is a redesign by Lasse Räihä based in the
heartrate-listener example.

Change-Id: Iec0f48603408b37c7054839d520368eb1e436895
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2017-04-03 06:26:30 +00:00
Christian Kandeler 4b5d90106c Add example for Bluetooth Peripheral functionality.
Change-Id: I1b48bc0be6265fb033fa2c14c2b7a182966fe2a2
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
2016-01-26 11:39:16 +00:00
Alex Blasche 8be9bf4cea New QML based Bt chat client
Change-Id: I235c54591dbbf04aa58c024093beca8c068b4aed
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
2014-09-30 14:04:54 +02:00
Alex Blasche f334ea4b19 Merge branch 'dev' into btle
Conflicts:
	examples/bluetooth/bluetooth.pro
	src/bluetooth/bluez/bluez.pri
	src/bluetooth/doc/src/bluetooth-index.qdoc
	src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
	src/bluetooth/qbluetoothdeviceinfo.cpp
	src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
	src/bluetooth/qbluetoothservicediscoveryagent_p.h
	src/bluetooth/qbluetoothservicediscoveryagent_qnx.cpp

Change-Id: I88b22c51a4ee95b067ef8d2b2fddb5cbff4566f8
2014-05-26 14:56:49 +02:00
Alex Blasche 1b25616737 Remove old Bluetooth tennis example
And update the documentation around the removal. The new
ping pong game example is written in QML and much easier to maintain.

Change-Id: I885d0c82b8f6eb8935c8f030ebb0adef9c1afc85
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
2014-04-02 16:00:26 +02:00
Nedim Hadzic 3909595e89 QML PingPong example added
Example presents the socket communication between two Bluetooth
devices. The basic concept is the ping pong game, where coordinate
updates of the ball and pedals are sent via socket.

Change-Id: I61d8eb0baaa11c1485a923bb0a6ae6b89cd0e6a9
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
2014-04-02 14:06:19 +02:00
Nedim Hadzic eea868ab5f Heart Listener example added
Bluetooth Low Energy example for connecting and receiving measurements from the heart belt.

Documentation added too.

[ChangeLog][QtBluetooth] Heart Listener Bluetooth Low Energy heart belt example has been added

Change-Id: I1b690827af85411c962eb09aa87936f1fb7d9246
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
2014-02-21 21:40:30 +01:00
Alex Blasche 8fe7fbe6b5 Merge branch 'dev' into btle
Conflicts:
	examples/bluetooth/bluetooth.pro
	src/bluetooth/doc/src/examples.qdoc
	src/bluetooth/qbluetoothdevicediscoveryagent_qnx.cpp
	src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
	src/bluetooth/qbluetoothservicediscoveryagent_p.h
	src/bluetooth/qbluetoothservicediscoveryagent_qnx.cpp

Change-Id: Ie1577e4b0f469cd5a6b05a61cbe94f180a64448d
2014-02-17 10:38:48 +01:00
Alex Blasche 6d08ef8b9a Add documentation for picture transfer example and minor QML fixes
Change-Id: I8ef9e19de9f48797034fd186dff4b0e096748b1d
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
2014-01-28 16:06:22 +01:00
Alex Blasche 1454664752 Don't build scanner example without QtQuick
Task-number: QTBUG-35711
Change-Id: I0406fb5edd8fb2a90046308853485eaaa4311a26
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
2014-01-15 12:20:35 +01:00
Nedim Hadzic 316a17406b Implemented Bluetooth Low Energy: examples
Examples which illustrate how to use BLE API are implemented. First example
is an application for discovering LE devices, services and characteristics.

Change-Id: Ic144c78499b74934541837df9a53183b4e7e32f7
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
2014-01-09 17:48:29 +01:00
Oswald Buddenhagen 318e889fd4 make use of qtHaveModule()
Change-Id: I810dc7b5863c1674390a7e471845f1779cbba98c
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-01-04 09:37:58 +01:00
Jerome Pasion d8a179128c Qt Bluetooth: Modularized documentation
-moved documentation to src/bluetooth/doc
-added a qdocconf file for Qt Bluetooth
-fixed relative paths for snippets
-moved examples to examples/bluetooth

Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1
Reviewed-by: Alex <ablasche@gmail.com>
2012-09-27 14:43:52 +02:00