summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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