summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...Tarja Sundqvist2023-04-242-9/+65
|\
| * Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-101-8/+41
| * Fix Android bluetooth server assert when disposed of quicklyJuha Vuolle2022-03-211-1/+24
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-231-504/+540
|\|
| * Android BT LE Client thread protection improvementJuha Vuolle2021-12-211-504/+540
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-102-138/+304
|\|
| * Thread protection for Android BT LE ServerJuha Vuolle2021-12-101-176/+286
| * NFC: Fix PendingIntent creation for Android 12Ivan Solovev2021-12-081-1/+7
| * Fix BT LE service addition timing issue on AndroidJuha Vuolle2021-11-221-2/+52
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-247-143/+143
|/
* Update commercial license headersTarja Sundqvist2021-02-027-143/+143
* Android: Make `Just Works` bonding really workKonstantin Ritt2020-06-041-0/+66
* 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
* Check for system feature PackageManager.FEATURE_NFCAndré Klitzing2019-01-141-2/+7
* Fix minimal Android version for NFC (needs v18)Alex Blasche2018-07-271-0/+1
* Use Android broadcast ACTION_ADAPTER_STATE_CHANGEDLars Schmertmann2018-05-302-1/+74
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-011-12/+27
|\
| * Fix crash when entries is empty (caused by disconnect somewhere else)Alex Blasche2018-04-301-12/+27
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-6/+23
|\|
| * Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-171-6/+23
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-171-0/+9
|\|
| * Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-161-0/+9
* | Add NFC API method isSupportedAndrew O'Doherty2018-03-151-0/+5
|/
* Android: remove support for local/debug deploymentJake Petroules2017-09-068-43/+32
* 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
* | Fix detecting simple NFC tagsOleg Evseev2017-03-311-6/+9
* | Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-0/+38
* | Allow using nfc when running as a serviceLars Schmertmann2017-01-271-11/+15
* | Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-4/+195
* | Avoid app crash on android when using nfc within a serviceLars Schmertmann2017-01-261-0/+2
* | 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