summaryrefslogtreecommitdiffstats
path: root/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
Commit message (Expand)AuthorAgeFilesLines
* Add descriptor even if the read fails during service discoveryAlex Blasche2020-02-111-2/+9
* LE/Android: add consistency check in method called from Qt APIKonstantin Ritt2019-03-191-0/+3
* LE/Android: trivial typo fixesKonstantin Ritt2019-01-251-2/+2
* Fix crash when entries is empty (caused by disconnect somewhere else)Alex Blasche2018-04-301-12/+27
* Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-07-261-33/+130
|\
| * Android: Avoid hanging in desc or char read during service discoveryAlex Blasche2017-07-181-4/+5
| * Add ability to negotiate the MTU on BTLE AndroidAlex Blasche2017-07-181-29/+125
* | LE/Android: Handle "connection reset by remote device" errorsKonstantin Ritt2017-07-101-0/+6
|/
* Handle Android's BluetoothGatt.GATT_FAILURE in QLowEnergyControllerAlex Blasche2017-06-161-0/+2
* Work around Android security permission bug when reading GATT fieldsAlex Blasche2017-04-251-2/+14
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3Liang Qi2017-04-181-2/+2
|\
| * LE/Android: fix status code descriptions5.8Konstantin Ritt2017-04-101-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-241-2/+35
|\|
| * [REG] LE/Android: report ServiceDiscovered for an empty services as wellKonstantin Ritt2017-01-161-0/+6
| * Improve likelyhood that BluetoothGatt.connectGatt succeedsAlex Blasche2017-01-131-2/+29
* | Android: Add access to BTLE connection parametersAlex Blasche2017-01-231-0/+28
|/
* Add characteristic even if the read failsChristian Wassmuth2017-01-121-1/+6
* Prevents a nil exception, if a descriptor read fails during discoveryChristian Wassmuth2017-01-121-1/+2
* Android/LE: handle GATT status 8 (link loss)Konstantin Ritt2017-01-021-0/+2
* Add timeout handling for blocking GATT requestsAlex Blasche2016-12-071-14/+171
* Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-291-2/+2
|\
| * LE/Android: Pass list of advertised services found in scan recordAlex Blasche2016-11-111-2/+2
* | Remove the service discovery state machine for goodAlex Blasche2016-11-291-213/+158
* | Java uses references in container - no need to set the items in placeAlex Blasche2016-11-291-8/+2
* | Add more support for new queue based service discovery systemAlex Blasche2016-11-291-0/+76
* | Remove runningHandle variable to simplify Android backendAlex Blasche2016-11-291-81/+68
|/
* Make QtBluetooth Low Energy work when Qt runs as Android serviceAlex Blasche2016-08-031-5/+5
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-1/+3
* Updated license headersAntti Kokko2016-01-201-14/+20
* Bugfix: Bluetooth Le for Android need to close BluetoothGattPeter Rustler2015-05-111-0/+2
* Android: Avoid code duplication and don't break readWriteQueueAlex Blasche2015-04-151-82/+35
* Android: Fix read/write error reports when failure during initial callAlex Blasche2015-04-151-0/+32
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-151-17/+47
* Android: Implement QLEService:readCharacateristic & readDescriptorAlex Blasche2015-04-151-70/+192
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Cleanup Bluetooth Java codeAlex Blasche2014-12-051-3/+3
* Don't update cached char value when property is not readableAlex Blasche2014-12-041-1/+1
* Android: enable writing of characteristics without response modeAlex Blasche2014-12-041-1/+18
* Android: Fix automatic notification sending when device demands itAlex Blasche2014-12-031-0/+18
* Android: Add characteristic indication supportAlex Blasche2014-12-011-4/+15
* Android: Implements QLEService::includedServices() and type()Alex Blasche2014-12-011-0/+31
* Android: characteristic changed notification supportAlex Blasche2014-11-241-4/+35
* Ensure that Android can deal with concurrent write requests.Alex Blasche2014-11-171-13/+101
* Apply fixes pointed out by Java code analyzerAlex Blasche2014-11-141-28/+27
* Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-141-3/+50
* Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-121-1/+119
* Improve reliability of QLEController connect()/disconnect()/connect()Alex Blasche2014-11-121-6/+49
* Don't print the Java stacktrace when reaching last entry of last serviceAlex Blasche2014-11-111-1/+1
* The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-111-22/+160
* Propagate Charactereristic data to Qt layerAlex Blasche2014-11-101-0/+11