summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Make compile when using namespace buildsAlex Blasche2014-06-201-2/+2
* | | | First pass on an updated QLowEnergyCharacteristic classAlex Blasche2014-06-205-4/+382
* | | | Add infrastructure to deal with error responses from GATTAlex Blasche2014-06-201-5/+109
* | | | Send and process ReadByType request/responsesAlex Blasche2014-06-206-21/+181
* | | | Don't require the user to create all service objects if not neededAlex Blasche2014-06-193-17/+24
* | | | Make compile when using Qt namespace.Alex Blasche2014-06-192-0/+8
* | | | Unify the shared data types between controller and service classAlex Blasche2014-06-199-89/+198
* | | | Connect QLowEnergyService and QLowEnergyControllerNew classesAlex Blasche2014-06-197-31/+131
* | | | Shift local Bt adapter validation out of constructorAlex Blasche2014-06-183-24/+27
* | | | Push improved API.Alex Blasche2014-06-179-9/+269