summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/btlocaldevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renaming QLowEnergyServiceInfo methodsNedim Hadzic2014-02-211-1/+1
| | | | | | | | | Ensures that QLowEnergyServiceInfo and QBluetoothServiceInfo are more alike. Tests and examples updated as well. Change-Id: I0f6a97900891a9673f99578bdc8d156a8c403513 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix some BTLE service discovery issuesAlex Blasche2014-02-201-1/+13
| | | | | | | | | | | | | 1.) In Bluez avoid incomplete and/or premature finish of service discovery process. 2.) Add Testcode for QBluetoothServiceInfo::serviceDiscovered(QLowEnergyServiceInfo) to bttestui application Change-Id: I037a6303862dcf2e29aef4b761731b13c85b29aa Reviewed-by: Nedim Hadzic <nedimhadzija@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Add extensive test application for QtBluetoothAlex Blasche2014-02-151-0/+710
This application can be used to manually test most Bluetooth features. Change-Id: Ib7101ff2f5334026c67c2e00a852d6b10d4674e8 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>