summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/jni_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+2
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-0/+2
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+2
* Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-231-0/+10
* LE/Android: Pass list of advertised services found in scan recordAlex Blasche2016-11-111-3/+5
* 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
* | Updated license headersAntti Kokko2016-01-201-15/+21
|/
* Fix trivial typosKonstantin Ritt2015-12-041-1/+1
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-151-0/+2
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Android: characteristic changed notification supportAlex Blasche2014-11-241-0/+2
* Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-141-0/+2
* Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-121-0/+2
* The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-111-1/+3
* Propagate Charactereristic data to Qt layerAlex Blasche2014-11-101-0/+2
* Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-0/+2
* Discover BTLE services on remote device on AndroidAlex Blasche2014-11-041-0/+2
* Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+3
* Android: Add BluetoothLE device scanAlex Blasche2014-10-281-1/+18
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Fix uncategorised usage of qWarning().Alex Blasche2014-05-091-2/+2
* Android: Don't directly use the action string values but refer to the fields.Alex Blasche2014-03-111-1/+111
* Fix crash when interrupting QBluetoothSocket's input stream threadAlex Blasche2014-02-271-0/+28
* Android: Fix crash in QBluetoothServer::close()Alex Blasche2014-02-271-2/+29
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-0/+111