summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CoreBluetooth - update for iOS 9.0Timur Pocheptsov2015-10-122-10/+31
* Bluetooth device discovery agent (bluez): Prevent null pointer access.Christian Kandeler2015-10-081-0/+2
* Add changelog for QtConnectivity 5.5.1 releasev5.5.1Alex Blasche2015-09-231-0/+43
* Tweak documentation terminologyAlex Blasche2015-09-041-1/+1
* Improve QBluetoothDeviceInfo::deviceUuid() documentationAlex Blasche2015-09-031-0/+5
* Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
* Parse all char descriptions in one goAlex Blasche2015-07-131-0/+1
* Add debug option to sdpscanner permitting plain text output of scan resultsAlex Blasche2015-07-131-4/+30
* Do not cut 32bit value down to 16bitAlex Blasche2015-07-132-2/+2
* Cut high bits from QLECharacteristic::PropertyTypesAlex Blasche2015-07-131-1/+1
* Bump versionOswald Buddenhagen2015-06-291-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-262-0/+106
|\
| * Android: Fix crashing QBluetoothDeviceDiscoveryAgent on Androids <v18v5.5.0-rc1v5.5.0Alex Blasche2015-06-101-0/+1
| * Add changelog for Qt 5.5.0 releaseAlex Blasche2015-06-081-0/+105
* | Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-2323-44/+37
* | Remove main documentation stating Blackberry being supportedAlex Blasche2015-06-172-2/+2
* | Update qmltypes for QtNfcAlex Blasche2015-06-101-1/+2
* | Update qmltypes for QtBluetoothAlex Blasche2015-06-101-1/+267
|/
* Test Q_DECLARE_OPERATORS_FOR_FLAGS operatorsAlex Blasche2015-05-285-1/+133
* Provide missing Q_DECLARE_OPERATORS_FOR_FLAGSKonstantin Ritt2015-05-282-0/+5
* Emit missing BluetoothService.detailsChanged signalAlex Blasche2015-05-271-0/+2
* Provide missing comparison operatorsKonstantin Ritt2015-05-272-0/+26
* Unit test for new QBluetoothHostInfo comparison operatorsAlex Blasche2015-05-271-0/+58
* Provide missing Q_DECLARE_METATYPEKonstantin Ritt2015-05-261-0/+2
* Fix GCC warningKonstantin Ritt2015-05-261-0/+3
* Don't mention non-existing `servicePort` property in the docsKonstantin Ritt2015-05-261-1/+0
* Merge remote-tracking branch 'gerrit/5.4' into 5.5Alex Blasche2015-05-191-0/+50
|\
| * Merge remote-tracking branch 'origin/5.4.2' into 5.45.4Liang Qi2015-05-181-0/+50
| |\
| | * Add QtConnectivity release notes for Qt 5.4.2v5.4.2Alex Blasche2015-04-221-0/+50
* | | Remove some Tech preview remnants from Bluetooth documentationAlex Blasche2015-05-186-19/+2
* | | Reduce platform specific code linesAlex Blasche2015-05-127-87/+57
* | | add remoteName() method to QLowEnergyControllerKevron Rees2015-05-125-0/+24
* | | Bugfix: Bluetooth Le for Android need to close BluetoothGattPeter Rustler2015-05-111-0/+2
* | | Bugfix Andoid Bluetooth coreConfiguration data in discoveredDevicesPeter Rustler2015-05-081-2/+2
* | | iOS: make QtBluetooth compileAlex Blasche2015-05-051-1/+1
* | | Merge branch '5.4' into 5.5Alex Blasche2015-05-040-0/+0
|\| |
| * | Bump versionOswald Buddenhagen2015-04-201-1/+1
| |/
* | Add detection for running Bluez 4 daemonAlex Blasche2015-05-041-3/+17
* | Revert "qndefnfcsmartposterrecord.h: Fix build with headersclean check."v5.5.0-beta1Friedemann Kleint2015-04-211-4/+0
* | Add assignment operator to QNdefNfcSmartPosterRecord.Friedemann Kleint2015-04-212-0/+13
* | Bluetooth LE - add readCharacteristic/readDescriptor (OS X/iOS)Timur Pocheptsov2015-04-205-66/+311
* | qndefnfcsmartposterrecord.h: Fix build with headersclean check.Friedemann Kleint2015-04-201-0/+4
* | Fix trailing commas in enumsAlex Blasche2015-04-204-6/+5
* | Android: Avoid code duplication and don't break readWriteQueueAlex Blasche2015-04-151-82/+35
* | Misc fixes based on code review commentsAlex Blasche2015-04-151-3/+3
* | Make the QLEService unit test more error tolerantAlex Blasche2015-04-151-10/+11
* | Android: Fix read/write error reports when failure during initial callAlex Blasche2015-04-152-0/+38
* | Android: Implement error reporting for char & desc readingAlex Blasche2015-04-156-17/+80