summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Fix enum value breakAlex Blasche2015-04-151-3/+3
* | Android: Implement QLEService:readCharacateristic & readDescriptorAlex Blasche2015-04-152-74/+251
* | Further improve QLEService class docs with regards to recent changes.Alex Blasche2015-04-151-16/+43
* | Add tests for QLEService::readDescriptor()Alex Blasche2015-04-151-4/+31
* | Add QLEService tests dealing with read and write error casesAlex Blasche2015-04-151-0/+230
* | Always read/write the GATT hardware even if meta data reports otherwiseAlex Blasche2015-04-153-15/+23
* | Emit OperationError if char or desc is not part of current serviceAlex Blasche2015-04-152-40/+24
* | Add writeCharacteristic() test to encrypted characteristicAlex Blasche2015-04-151-4/+26
* | Add tests for QLES::readCharacteristic()Alex Blasche2015-04-151-10/+138
* | Bluez: Implement QLES::readCharacteristic()/readDescriptor()Alex Blasche2015-04-156-11/+178
* | Make new read(Descriptor/Characteristic)() API compile on OSX and iOSAlex Blasche2015-04-101-0/+30
* | Minor doc fixesAlex Blasche2015-04-101-2/+2
* | Prevent characteristic write if service is not discoveredAlex Blasche2015-04-101-3/+2
* | Add ability to read characteristics and descriptorsAlex Blasche2015-04-104-5/+110
* | Merge branch '5.4' into 5.5Alex Blasche2015-04-017-117/+296
|\|
| * Android: Fix crash due to dangling pointer inputthreadAlex Blasche2015-03-311-0/+4
| * Do not assert if encryption change was requested by somebody elseAlex Blasche2015-03-311-1/+3
| * Android: abort() QBluetoothSocket in its dtorAlex Blasche2015-03-301-0/+2