summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
* | | Fix misc issues identified by code reviewsAlex Blasche2014-07-022-2/+2
* | | Support writing of characteristicAlex Blasche2014-07-028-15/+150
* | | Add comparison operators for QLECharacteristic & QLEDescriptorAlex Blasche2014-07-024-0/+75
* | | Rewrite Descriptor class unit testAlex Blasche2014-07-021-1/+1
* | | Add more unit testing to verify robustness of L2CP communicationAlex Blasche2014-07-025-18/+40
* | | 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-023-37/+111
* | | 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-261-17/+25
* | | Introduce QLowEnergyDescriptorAlex Blasche2014-06-269-18/+392
* | | Discover all descriptor handles and uuid.Alex Blasche2014-06-263-7/+183
* | | Read characteristic values on BluezAlex Blasche2014-06-267-40/+134
* | | 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
* | | 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-205-21/+160
* | | Don't require the user to create all service objects if not neededAlex Blasche2014-06-192-8/+17
* | | Make compile when using Qt namespace.Alex Blasche2014-06-192-0/+8
* | | Unify the shared data types between controller and service classAlex Blasche2014-06-198-84/+193
* | | Connect QLowEnergyService and QLowEnergyControllerNew classesAlex Blasche2014-06-196-9/+96
* | | Shift local Bt adapter validation out of constructorAlex Blasche2014-06-182-21/+27
* | | Push improved API.Alex Blasche2014-06-178-8/+264
* | | Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-167-15/+36
* | | Don't construct QBluetoothUuid via string parsingAlex Blasche2014-06-162-11/+11
* | | Discover all Bluetooth services and their handlesAlex Blasche2014-06-166-1/+153
* | | Connect to BTLE deviceAlex Blasche2014-06-168-10/+186
* | | Create 2nd version of QLowEnergyController and add related unit testAlex Blasche2014-06-166-7/+414
* | | Convert characteristic and descriptor handles to intAlex Blasche2014-06-1114-39/+51
* | | Provide means of translating descriptor types to user stringsAlex Blasche2014-06-116-26/+50
* | | Enable and fix the BTLE related unit testsAlex Blasche2014-06-113-2/+5