summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Port HeartRateListener Example to new API.Alex Blasche2014-07-1610-233/+276
| | * Add ability to process notifications and indicationsAlex Blasche2014-07-164-24/+176
| | * Add unit test for writing descriptorsAlex Blasche2014-07-151-5/+138
| | * Support writing of descriptorsAlex Blasche2014-07-159-24/+106
| | * Add QLowEnergyService::contains(QLowEnergyDescriptor)Alex Blasche2014-07-155-4/+142
| | * Improve qlowenergyscanner example UIAlex Blasche2014-07-158-47/+63
| | * Port lowenergyscanner example to new APIAlex Blasche2014-07-1513-149/+260
| | * Remove old API test from tst_qlowenergycontrollerAlex Blasche2014-07-151-558/+0
| | * Update .gitignore following addition of btle unit testsAlex Blasche2014-07-151-1/+5
| | * Update QLEConttroller unit test after SensorTag firmware updateAlex Blasche2014-07-152-94/+265
| | * Merge branch 'dev' into btleAlex Blasche2014-07-0335-228/+1182
| | |\ | |_|/ |/| |
* | | Merge "Merge branch '5.3' into dev" into refs/staging/devAlex Blasche2014-07-0113-25/+188
|\ \ \
| * | | Merge branch '5.3' into devAlex Blasche2014-06-2713-25/+188
| |\| |
| | * | Fix crash in bttestui when using default backendAlex Blasche2014-06-251-0/+2
| | * | Bump versionOswald Buddenhagen2014-06-181-1/+1
| | * | Properly deal with pairing errors in btfiletransfer examplev5.3.1Alex Blasche2014-06-162-11/+26
| | * | Add changelog for upcoming Qt 5.3.1 release.Alex Blasche2014-06-041-0/+89
| | * | 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
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-4/+3
| | |\ \
| | | * | Minor changelog clarification and other "nice-ifications"v5.3.0-rc1v5.3.0Alex Blasche2014-04-301-4/+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
* | | | Don't stop processing of Bluez services if one service is invalidAlex Blasche2014-05-281-1/+1
* | | | Bluez5: QBluetoothLocalDevice becomes invalid if adapter disappearsAlex Blasche2014-05-281-2/+24
* | | | Compare the NDef records without using qHashAlex Blasche2014-05-281-6/+29
| | | * Fix misc issues identified by code reviewsAlex Blasche2014-07-022-2/+2
| | | * Support writing of characteristicAlex Blasche2014-07-029-19/+296
| | | * Add comparison operators for QLECharacteristic & QLEDescriptorAlex Blasche2014-07-026-0/+164
| | | * Rewrite QLowEnergyCharacteristic unit testAlex Blasche2014-07-025-231/+321
| | | * Rewrite Descriptor class unit testAlex Blasche2014-07-027-218/+270
| | | * Add more unit testing to verify robustness of L2CP communicationAlex Blasche2014-07-026-21/+225
| | | * Add a few minor code cleanups pointed out by previous patch reviews.Alex Blasche2014-07-022-4/+5
| | | * Add ability to read value of all discovered descriptorsAlex Blasche2014-07-024-53/+169
| | | * Code Cleanup: Move defines for L2CP packet sizes to the top of fileAlex Blasche2014-06-261-5/+6
| | | * Fix a bug whereby the last descriptor of a service was always skippedAlex Blasche2014-06-262-27/+70
| | | * Introduce QLowEnergyDescriptorAlex Blasche2014-06-2610-77/+603
| | | * Discover all descriptor handles and uuid.Alex Blasche2014-06-263-7/+183
| | | * Read characteristic values on BluezAlex Blasche2014-06-268-41/+607
| | | * Fix compilation on BB10Fabian Bumberger2014-06-252-13/+11
| | | * Add namespace macros to gato classes to satisfy header unit testAlex Blasche2014-06-255-0/+20
| | | * Use Q_SLOTS & Q_SIGNALS in public headersAlex Blasche2014-06-252-4/+4
| | | * Omit new gato headers from syncqt to avoid failing cmake auto testAlex Blasche2014-06-251-0/+3
| | | * Contributing parts of a bluetooth GATT implemention to QtBluetoothJavier de San Pedro2014-06-255-0/+1849
| | | * QLECharacteristic::handle() returns the value handle and not char handleAlex Blasche2014-06-252-5/+6