summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port QBluetoothServer to OS X.Timur Pocheptsov2014-09-268-38/+897
* Port QBluetoothSocket to OS X.Timur Pocheptsov2014-09-2620-18/+2464
* Merge branch '5.4' into btleAlex Blasche2014-09-2621-89/+1098
|\
| * QNX/BB10 fix build failureWolfgang Bremer2014-09-221-1/+1
| * Remove not needed invokeMethod() calls when emitting finished() signalAlex Blasche2014-09-193-13/+19
| * Add missing error() signal to QBluetoothTransferReplyAlex Blasche2014-09-185-7/+40
| * Encrypt all read/write commands which come back with related errorsAlex Blasche2014-09-172-29/+95
| * Upgrade ATT reads requests to encrypted links when indicatedAlex Blasche2014-09-163-7/+73
| * Add class for HCI protocol interactionAlex Blasche2014-09-164-2/+522
| * Add ability to set the security level of the l2cp connectionAlex Blasche2014-09-163-0/+105
| * Fix a small rfcomm related typo in warning on AndroidAlex Blasche2014-09-121-1/+1
| * Add limitations to the API documentationAlex Blasche2014-09-081-0/+5
| * Add support for long descriptor value writesAlex Blasche2014-09-085-36/+60
| * Misc TODO and test fixesAlex Blasche2014-09-082-6/+3
| * Rename defines which indicate ATT header sizesAlex Blasche2014-09-081-43/+43
| * Support writing of long characteristic valuesAlex Blasche2014-09-083-8/+154
| * Improve extended properties docs and fix qdoc errorv5.4.0-alpha1Alex Blasche2014-09-053-2/+4
| * Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-034-7/+46
* | Port QBluetoothServiceInfo and QBluetoothServiceDiscoveryAgent to OS X.Timur Pocheptsov2014-09-1616-35/+1367
* | Port QBluetoothLocalDevice and QBluetoothDeviceDiscoveryAgent to OS X.Timur Pocheptsov2014-09-1614-4/+2093
|/
* Remove QLowEnergyServiceInfoAlex Blasche2014-09-039-354/+68
* Improve documentation on how to enable characteristic notificationsAlex Blasche2014-09-022-1/+70
* Add QLES::characteristicWritten() signalAlex Blasche2014-09-025-16/+33
* Rename descriptorChanged() to descriptorWritten()Alex Blasche2014-09-025-11/+13
* Add support for BTLE write command (BlueZ/Linux)Alex Blasche2014-09-027-26/+100
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-023-5/+15
* Add support for random vs public remote address connectionsAlex Blasche2014-09-027-5/+53
* Fix failing L2CP socket's on high-endian systemsAlex Blasche2014-09-021-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-2864-32/+800
|\
| * Fix L2CP socket connectionsv5.3.2Alex Blasche2014-08-272-2/+6
| * Add missing private headers warningSamuel Gaist2014-08-1860-1/+661
| * Move socket workaround into own fctn and fix possible channel mismatchAlex Blasche2014-07-242-122/+121
| * Fixed QTBUG-40172 Android Bluetooth Socket Connection fails in some cases.Firat Agdas2014-07-242-10/+130
| * Remove dead code.Alex Blasche2014-07-171-15/+0
* | Improve quint128 to QBluetoothUuid conversion performanceAlex Blasche2014-08-271-11/+3
* | Remove libgato code from to-be-released codeAlex Blasche2014-08-255-1829/+0
* | Merge the ServiceNotValidError and OperationError of QLEServiceAlex Blasche2014-08-253-7/+4
* | Make QBluetoothSocket's _q_writeNotify & _q_readNotify privateAlex Blasche2014-08-256-44/+19
* | Fix Bluez5 FullDiscovery SDP scanAlex Blasche2014-08-252-22/+28
* | Provide a documentation overview for Bluetooth LEAlex Blasche2014-08-253-64/+270
* | Update license headers and add new licensesJani Heikkinen2014-08-24219-4066/+2314
* | Update QLowEnergyDescriptor class documentation.Alex Blasche2014-08-182-17/+44
* | Update QLowEnergyCharacteristic class documentation.Alex Blasche2014-08-182-24/+65
* | Add class documentation for QLowEnergyServiceAlex Blasche2014-08-185-32/+262
* | Add class documentation for QLowEnergyControllerAlex Blasche2014-08-151-1/+205
* | Fix compiler warning about unused parametersAlex Blasche2014-08-151-4/+4
* | Remove libbluetooth system header dependencies from BTLE code baseAlex Blasche2014-08-132-10/+94
* | Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-1316-292/+501
|\ \
| * | Remove Bluez as link and include dependency from QtBluetoothAlex Blasche2014-08-126-281/+44
| * | Add small binary performing the SDP scan.Alex Blasche2014-07-233-0/+356