summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceinfo_bluez.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all compiler warnings.Alex Blasche2014-02-201-2/+3
| | | | | | | Change-Id: I8322ce0db87aec86cd1341bb49198d812e969122 Reviewed-by: Nedim Hadzic <nedimhadzija@gmail.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-0/+391
Bluez v4.x does not have total support for LE devices, a new approach, using gatttool command was implemented. Auto-tests and documentation will be in other commits. Change-Id: Iee711cc111199e15956052eebb7593bd3a5e27c8 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>