summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android
Commit message (Expand)AuthorAgeFilesLines
* Do not handle PAIRING_VARIANT_PINAlex Blasche2019-07-171-1/+11
* Fix possible leakBogDan Vatra2019-04-051-2/+1
* LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-251-0/+3
* Don't trigger passkey pairing notification if remote device is unknownAlex Blasche2018-09-261-0/+3
* Properly handle pin code pairing on AndroidAlex Blasche2018-09-262-0/+42
* Catch SecurityException during pairing on AndroidAlex Blasche2018-09-261-0/+10
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-246-6/+6
* Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-171-0/+7
* Add QBluetoothSocketPrivate interface for AndroidAlex Blasche2018-07-252-5/+5
* LE/Android: replace activity()/service() with context()Konstantin Ritt2018-02-192-4/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-211-1/+1
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* | Various cleanups following the recent QLEControllerPrivate header splitsAlex Blasche2017-11-031-1/+2
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-14/+14
|/
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-063-1/+8
|\
| * Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-292-0/+7
| * Remove last qdoc warning from qtconnectivityAlex Blasche2017-06-141-1/+1
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+2
|/
* Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-2/+2
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-243-0/+27
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-243-0/+27
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-233-0/+18
* Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-231-0/+10
* Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-232-6/+13
* LE/Android: Fix crash due to references leakKonstantin Ritt2016-12-301-1/+4
* LE/Android: Pass list of advertised services found in scan recordAlex Blasche2016-11-116-12/+93
* Remove not needed Log output from Android Device DiscoveryAlex Blasche2016-11-071-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-11/+298
|\
| * Android: Device discovery doesn't provide major & minor device class infoAlex Blasche2016-08-011-11/+298
* | Make QtBluetooth Low Energy work when Qt runs as Android serviceAlex Blasche2016-08-031-2/+2
* | Make Classic QtBluetooth work as an Android serviceAlex Blasche2016-08-032-4/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+5
|\|
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-162-2/+2
|\|
| * Android: Fix QBluetoothSocket::bytesAvailable()Alex Blasche2016-01-072-2/+2
* | Updated license headersAntti Kokko2016-01-2016-231/+327
|/
* Fix trivial typosKonstantin Ritt2015-12-041-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-091-0/+11
* Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-231-2/+0
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-153-0/+20
* Update copyright headersJani Heikkinen2015-02-1616-112/+112
* Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-2/+2
|\
| * Android: Enable pairing for Android v15+Alex Blasche2015-02-021-2/+2
* | Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+3
* | Android: characteristic changed notification supportAlex Blasche2014-11-243-0/+26
* | Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-143-0/+32
* | Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-123-0/+32
* | Avoid one large memory allocation per read descriptor/characteristicAlex Blasche2014-11-111-16/+6
* | The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-113-16/+73