summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/jni_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: make QtBluetoothBroadcastReceiver privateAssam Boudjelthia2024-07-051-0/+3
* Android Bluetooth: Change static string cache to use QStringJuha Vuolle2023-11-011-7/+7
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-3/+3
* Add thread protection to Android static string cacheJuha Vuolle2023-10-191-0/+2
* JNI: port to changes of JNI traits in qtbaseVolker Hilsheimer2023-09-271-7/+7
* Generate key string for field cache at compile timeVolker Hilsheimer2022-09-131-83/+1
* Add Android support for BT LE RSSI readJuha Vuolle2022-09-131-1/+2
* Fix access to destroyed QtJniTypes::String objectVolker Hilsheimer2022-09-071-18/+23
* Unstringify Android QtBluetooth: native JNI callbacksJuha Vuolle2022-08-041-88/+81
* Bluetooth: Make module compilable on Android with non-empty QT_NAMESPACEIevgenii Meshcheriakov2022-07-271-0/+4
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-6/+4
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Fix some signed/unsigned mismatchesMarc Mutz2022-05-101-3/+3
* Add QLowEnergyController::mtu() support on BT LE server side on AndroidJuha Vuolle2021-10-201-0/+2
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-11/+9
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-181-0/+2
* Remove Pairing agent related API from QBluetoothLocalDeviceAlex Blasche2021-03-151-3/+0
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-081-5/+5
* Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-171-2/+2
* LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-251-0/+3
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-1/+1
* 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