summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch '5.3' into devAlex Blasche2014-07-179-21/+113
| |\|
| | * Reduce system header dependenciesAlex Blasche2014-07-165-9/+92
| | * Remove usage of BluetoothSocket.isConnected()Alex Blasche2014-07-101-9/+8
| * | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-072-2/+0
* | | Improve consistency of device discovery.Alex Blasche2014-08-133-13/+78
* | | Support reading of chars & descs if their value is larger than MTUAlex Blasche2014-08-133-20/+149
* | | Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-136-52/+149
* | | Detect secondary services and display service type in lowenergyscannerAlex Blasche2014-07-235-15/+42
* | | Characteristic and descriptor value() are no longer hex encodedAlex Blasche2014-07-232-16/+11
* | | Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-2313-145/+145
* | | Complete the removal of the Bluez's DBus Characteristic APIAlex Blasche2014-07-234-168/+0
* | | Further cleanup QLowEnergyServiceInfoAlex Blasche2014-07-237-244/+3
* | | Remove old GATT APIAlex Blasche2014-07-2329-3254/+1
* | | Bind the BTLE socket to the local Bt deviceAlex Blasche2014-07-232-1/+25
* | | Ensure Bluez5 device discovery sets the new core configuration flagAlex Blasche2014-07-172-1/+8
* | | Small code optimizationsAlex Blasche2014-07-172-10/+10
* | | Remove dependency on bluetooth/uuid.hAlex Blasche2014-07-171-9/+2
* | | Don't try to read characteristic if we cannot even find oneAlex Blasche2014-07-161-2/+8
* | | Ignore unexpected server messagesAlex Blasche2014-07-161-0/+9
* | | Add capability to dectect MTU value of the COM channelAlex Blasche2014-07-162-2/+50