summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyadvertisingparameters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix undefined behavior in AddressInfo's default ctor.Alex Blasche2016-02-111-2/+10
| | | | | | | The AddressInfo::type member was not properly initialised. Change-Id: I79c8e1d00d4cb03e3d073a23bb4dbf6b9d510b7c Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Improve BTLE documentationAlex Blasche2016-02-101-2/+23
| | | | | | | Fixes a few qdoc warnings and improves the available content. Change-Id: I286cfdeb85d3be2d100e00150efedf7645096f69 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Update to new Qt license headersneardAlex Blasche2016-01-261-15/+21
| | | | | Change-Id: I2c799dbac99c66d5e87fd92efc215e121064cfde Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-0/+259
And provide an implementation for BlueZ. Change-Id: I302aee7c43b77016d9e1e7a0d5bcbf00096abf76 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>