summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android
Commit message (Expand)AuthorAgeFilesLines
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-292-0/+7
* Remove last qdoc warning from qtconnectivityAlex Blasche2017-06-141-1/+1
* 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
* | Propagate Charactereristic data to Qt layerAlex Blasche2014-11-103-1/+46
* | Majority of service detail discovery code on AndroidAlex Blasche2014-11-103-0/+20
* | Discover BTLE services on remote device on AndroidAlex Blasche2014-11-043-2/+22
* | Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-044-2/+197
* | Android: Add BluetoothLE device scanAlex Blasche2014-10-286-46/+95
* | Android: Determine the Bluetooth type of the remote deviceAlex Blasche2014-10-281-0/+58
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-287-0/+78
|\
| * Add missing private headers warningSamuel Gaist2014-08-187-0/+78
* | Update license headers and add new licensesJani Heikkinen2014-08-2414-252/+140
|/
* Fix uncategorised usage of qWarning().Alex Blasche2014-05-091-2/+2
* Fix discovery hanging in unrecoverable state due to incorrect error handlingAlex Blasche2014-04-161-1/+5
* Android: Fix crashes due to concurrency issuesAlex Blasche2014-03-112-6/+2
* Android: Don't directly use java field valuesAlex Blasche2014-03-113-25/+44
* Android: Don't directly use the action string values but refer to the fields.Alex Blasche2014-03-118-57/+260
* Fix crash when interrupting QBluetoothSocket's input stream threadAlex Blasche2014-02-273-78/+81
* Android: Fix crash in QBluetoothServer::close()Alex Blasche2014-02-273-137/+122
* Port QtBluetooth to AndroidAlex Blasche2014-02-1314-0/+1533