summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to new Qt license headersneardAlex Blasche2016-01-2616-244/+318
* Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-26289-4082/+7369
|\
| * Updated license headersAntti Kokko2016-01-20257-3587/+6289
| * Updated license headersAntti Kokko2016-01-2030-495/+1054
| * Enable using the module in a statically built applicationAndy Shaw2016-01-114-0/+26
* | Add example for Bluetooth Peripheral functionality.Christian Kandeler2016-01-266-2/+254
* | Bluetooth: Print warning to indicate that signed write is unimplemented.Christian Kandeler2016-01-261-0/+1
* | Bluetooth: Add more thorough checks for the Signed Write Command.Christian Kandeler2016-01-251-13/+33
* | Bluetooth: Fix typo in command value.Christian Kandeler2016-01-221-2/+2
* | Bluetooth LE: Fix check for space left in advertising data.Christian Kandeler2016-01-221-1/+1
* | Bluetooth LE Advertiser: Add missing endianness conversion.Christian Kandeler2016-01-181-2/+2
* | Bluetooth LE: Add connection update functionality.Christian Kandeler2016-01-1815-0/+555
* | Add the "We mean it" statement to private headerAlex Blasche2016-01-051-0/+11
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-0514-34/+52
|\|
| * Merge remote-tracking branch 'gerrit/5.6' into devAlex Blasche2016-01-0512-25/+44
| |\
| | * Remove yet another implementation of AutoreleasePool's RAIITimur Pocheptsov2016-01-051-2/+1
| | * Bluez5: Sanitize app name to be valid DBus object path nameAlex Blasche2015-12-234-2/+26
| | * Handle undefined QLowEnergyController error cases as Unknown errorAlex Blasche2015-12-231-0/+1
| | * Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-1/+1
| | * Remove deprecated 'register' storage class specifier.Erik Verbruggen2015-12-231-1/+1
| | * Android: Invalidate services after a disconnect from the peripheral sideAlex Blasche2015-12-231-0/+8
| | * Remove unused isConnecting member variable in QLECPrivateOSXAlex Blasche2015-12-232-19/+6
| | * OSX/iOS: Invalide QTLE services when remote device disconnectsAlex Blasche2015-12-231-0/+1
| | * Fix namespaced build on OSX.Erik Verbruggen2015-12-231-2/+2
| * | tvOS supportMike Krus2016-01-053-7/+6
* | | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-2220-396/+656
|\| |
| * | Merge "Merge remote-tracking branch 'gerrit/5.6' into dev" into refs/staging/devAlex Blasche2015-12-2118-392/+652
| |\ \
| | * | Merge remote-tracking branch 'gerrit/5.6' into devAlex Blasche2015-12-2118-392/+652
| | |\|
| | | * disable build on android if androidextras is absentOswald Buddenhagen2015-12-211-0/+2
| | | * Properly initialize the m_manager pointer.Frank Meerkoetter2015-12-181-0/+1
| | | * Fix missing breakFrank Meerkoetter2015-12-181-0/+1
| | | * Fix resource leak.Frank Meerkoetter2015-12-182-0/+6
| | | * Add "we mean it header statement" to osx private headerAlex Blasche2015-12-151-0/+11
| | | * Bluetooth: Fix undefined behavior in example.Christian Kandeler2015-12-151-7/+9
| | | * Bluetooth: Documentation fix.v5.6.0-beta1Christian Kandeler2015-12-141-4/+4
| | | * qlowenergycontroller_osx - move delegate to the qt_LE_queueTimur Pocheptsov2015-12-107-376/+613
| | | * Fix assignment of wrong errors values in read operationsDenis Shienkov2015-12-081-2/+2
| | | * Fix trivial typosKonstantin Ritt2015-12-042-3/+3
| * | | QBluetoothServiceDiscoveryAgentPrivate: use const reference forAnton Kudryavtsev2015-12-072-4/+4
| |/ /
* | | Make more use of Qt's functions for handling endianness and alignment.Christian Kandeler2015-12-212-47/+23
* | | Bluetooth: Fix endianness issues in GATT server autotest.Christian Kandeler2015-12-162-10/+12
* | | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-1511-125/+763
* | | Add operator!= for QBluetoothUuid.Christian Kandeler2015-12-112-1/+8
* | | Bluetooth LE: Implement ATT access permissions.Christian Kandeler2015-12-0410-29/+243
* | | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-0327-442/+533
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0127-442/+533
| |\|
| | * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-0114-37/+64
| | |\
| | | * Don't register meta types during static init time5.5Alex Blasche2015-11-3015-36/+63
| | | * Enforce unbuffered L2CAP socket for GATTAlex Blasche2015-11-271-1/+3
| | * | BT/BlueZ: Do not react to "Insufficient Authorization" error.Christian Kandeler2015-11-301-1/+1