summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* Prepare QtNfc for Android Service supportAlex Blasche2016-08-311-3/+8
* 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
* Android: Use default API version (16)BogDan Vatra2016-03-171-1/+0
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-1/+3
* Updated license headersAntti Kokko2016-01-205-71/+101
* Merge QtNfc on Android into dev/Qt 5.6Alex Blasche2015-06-097-0/+195
|\
| * Merge remote-tracking branch 'gerrit/5.5' into neardAlex Blasche2015-05-111-139/+276
| |\
| * | Add the feature to get the nfc intent that startet the appPeter Rustler2015-03-181-0/+14
| * | Catch the exception for disableForegroundDispatch for AndroidPeter Rustler2015-03-181-2/+7
| * | Adapt to the new "onResumePause" APIPeter Rustler2015-03-181-4/+6
| * | Remove the throwing code in Nfc enableForegroundDispatch for AndroidPeter Rustler2015-03-041-2/+3
| * | Update Digia headers to QtCompany headersAlex Blasche2015-03-021-22/+14
| * | Merge branch 'dev' into neardAlex Blasche2015-02-264-28/+28
| |\ \
| * \ \ Merge branch 'dev' into neardAlex Blasche2015-02-024-15/+58
| |\ \ \
| * | | | Removed the listening for other tags than ndefPeter Rustler2015-02-021-1/+17
| * | | | Add exception handling to enableForegroundDispatchPeter Rustler2015-02-021-1/+5
| * | | | Adapt to the new "onNewIntent" APIPeter Rustler2015-02-021-7/+0