summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-163-27/+29
* | | Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-164-5/+53
* | | Port HeartRateListener Example to new API.Alex Blasche2014-07-163-1/+3
* | | Add ability to process notifications and indicationsAlex Blasche2014-07-163-10/+129
* | | Support writing of descriptorsAlex Blasche2014-07-159-24/+106
* | | Add QLowEnergyService::contains(QLowEnergyDescriptor)Alex Blasche2014-07-154-2/+47
* | | Improve qlowenergyscanner example UIAlex Blasche2014-07-151-1/+3
* | | Update QLEConttroller unit test after SensorTag firmware updateAlex Blasche2014-07-151-0/+1
* | | Merge branch 'dev' into btleAlex Blasche2014-07-0330-213/+1062
|\| |
| * | Merge "Merge branch '5.3' into dev" into refs/staging/devAlex Blasche2014-07-018-10/+68
| |\ \
| | * | Merge branch '5.3' into devAlex Blasche2014-06-278-10/+68
| | |\|
| | | * Bluez4: Ensure QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-273-7/+62
| | | * Process Bluez5 URLs during SDP scanAlex Blasche2014-05-271-1/+1
| | | * Add a few Qt 6 TODO entriesAlex Blasche2014-05-153-0/+3
| | | * Fix uncategorised usage of qWarning().Alex Blasche2014-05-091-2/+2
| * | | Remove usage of QObject::tr() in qbluetoothsocket_bluez.cpp.Friedemann Kleint2014-06-301-1/+1
| |/ /
| * | Bluez5: Add Object-Push supportAlex Blasche2014-06-1714-58/+629
| * | Avoid empty service namesAlex Blasche2014-06-031-1/+15
| * | Bluez5: Simplify lookup of default adapterAlex Blasche2014-06-025-117/+99
| * | Bluez5: Add service (un)registration supportAlex Blasche2014-06-026-26/+228