summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceinfo_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary stdin.h include which was not even using std notationAlex Blasche2014-02-201-1/+0
| | | | | | Change-Id: Ic17e632c9a88a187a072e914fd0fd5c97a935fe6 Reviewed-by: Nedim Hadzic <nhadzic@blackberry.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* QNX complie error solved.Nedim Hadzic2013-11-201-1/+1
| | | | | | | | | Random address variable moved from Bluez to both platforms. Added friend class in QLowEnergyCharacteristicInfo. This was done because on QNX platform it was unable to compile. Change-Id: I3fc90a05fe8fb6ee2337bd8fab0e1aa2249cd001 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Additional constructors to QLowEnergyDescriptorInfo class and method ↵Nedim Hadzic2013-11-111-8/+4
| | | | | | | | | modification in QLowEnergyCharacteristicInfo class. Characteristic notification change and solving the warnings were implemented. Change-Id: I8abec8b580e477578b4bc1dfd1e92e838ef7a372 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-0/+132
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>