summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-2320-214/+214
| | * Complete the removal of the Bluez's DBus Characteristic APIAlex Blasche2014-07-234-168/+0
| | * Further cleanup QLowEnergyServiceInfoAlex Blasche2014-07-239-267/+3
| | * Remove old GATT APIAlex Blasche2014-07-2333-3329/+6
| | * Bind the BTLE socket to the local Bt deviceAlex Blasche2014-07-232-1/+25
| | * Minor anchor optimization pointed out during code reviewAlex Blasche2014-07-171-2/+1
| | * 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
| | * Various improvements to lowenergyscanner exampleAlex Blasche2014-07-164-20/+43
| | * 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-165-102/+104
| | * Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-167-42/+86
| | * 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