summaryrefslogtreecommitdiffstats
path: root/src/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Android: Re-use `pendingJob` storage introduced by 962f282d21e62b8dKonstantin Ritt2020-03-241-16/+14
* Android: Fix out-of-sync access introduced by 962f282d21e62b8dKonstantin Ritt2020-03-241-1/+2
* Fix a race condition between a write and an incoming changeThiemo van Engelen2020-03-031-36/+142
* Catch turned off Bluetooth adapter when stopping LE discoveryAlex Blasche2020-02-201-1/+7
* Android: Fix failing re-addvertisement of BTLE service after disconnectAlex Blasche2019-12-101-1/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2Liang Qi2019-10-141-2/+9
|\
| * Add descriptor even if the read fails during service discoveryAlex Blasche2019-09-271-2/+9
* | LE/Android: better use of recently introduced AuthorizationErrorKonstantin Ritt2019-07-081-1/+3
* | Remove use of deprecated btle device scan API on AndroidAlex Blasche2019-05-031-14/+40
|/
* 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
* Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-171-6/+23
* Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-161-0/+9
* Android: remove support for local/debug deploymentJake Petroules2017-09-064-24/+19
* 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
* | Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-0/+38
* | Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-4/+195
* | Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-1/+1
* | Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+4
* | Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-1/+4
* | 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: Implement descriptor and char read/write for peripheralAlex Blasche2017-01-231-5/+85
* | Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+24
* | Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-231-0/+27
* | Android: Add access to BTLE connection parametersAlex Blasche2017-01-231-0/+28
* | Add ability to export basic service data and advertiseAlex Blasche2017-01-231-1/+12
* | Connect QtBluetoothLEServer class to Qt's QLowEnergyController APIAlex Blasche2017-01-231-16/+16
* | Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-232-2/+210
|/
* 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
* Make Classic QtBluetooth work as an Android serviceAlex Blasche2016-08-031-10/+22