index
:
qt/qtconnectivity.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
btle
dev
neard
old/5.2
wip/cmake
wip/win
Qt Connectivity
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bluetooth
/
android
/
jni_android.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: make QtBluetoothBroadcastReceiver private
Assam Boudjelthia
2024-07-05
1
-0
/
+3
*
Android Bluetooth: Change static string cache to use QString
Juha Vuolle
2023-11-01
1
-7
/
+7
*
Android: don't rely on implicit cast of declared QtJniTypes to jobject
Volker Hilsheimer
2023-10-27
1
-3
/
+3
*
Add thread protection to Android static string cache
Juha Vuolle
2023-10-19
1
-0
/
+2
*
JNI: port to changes of JNI traits in qtbase
Volker Hilsheimer
2023-09-27
1
-7
/
+7
*
Generate key string for field cache at compile time
Volker Hilsheimer
2022-09-13
1
-83
/
+1
*
Add Android support for BT LE RSSI read
Juha Vuolle
2022-09-13
1
-1
/
+2
*
Fix access to destroyed QtJniTypes::String object
Volker Hilsheimer
2022-09-07
1
-18
/
+23
*
Unstringify Android QtBluetooth: native JNI callbacks
Juha Vuolle
2022-08-04
1
-88
/
+81
*
Bluetooth: Make module compilable on Android with non-empty QT_NAMESPACE
Ievgenii Meshcheriakov
2022-07-27
1
-0
/
+4
*
Unstringify Android QtBluetooth: signatures, types and method calls
Juha Vuolle
2022-07-07
1
-6
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-39
/
+3
*
Fix some signed/unsigned mismatches
Marc Mutz
2022-05-10
1
-3
/
+3
*
Add QLowEnergyController::mtu() support on BT LE server side on Android
Juha Vuolle
2021-10-20
1
-0
/
+2
*
Remove AndroidExtras dependencies and port to new Qt 6 Android APIs
Ville Voutilainen
2021-06-04
1
-11
/
+9
*
QLowEnergyController: add API to obtain ATT-MTU size
Andreas Buhr
2021-05-18
1
-0
/
+2
*
Remove Pairing agent related API from QBluetoothLocalDevice
Alex Blasche
2021-03-15
1
-3
/
+0
*
Android: rename Android's package name for Qt 6
Assam Boudjelthia
2020-10-08
1
-5
/
+5
*
Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4
Assam Boudjelthia
2020-01-17
1
-2
/
+2
*
LE/Android: fix crash when destroying DiscoveryAgent during scan
Konstantin Marchenko
2019-01-25
1
-0
/
+3
*
Rename qbluetoothglobal.h to qtbluetoothglobal.h
Oliver Wolff
2017-08-30
1
-1
/
+1
*
Android: Implement QLEService::descriptorWritten() signals for peripheral
Alex Blasche
2017-01-24
1
-0
/
+2
*
Android: Implement QLEService::characteristicChanged() for peripheral mode
Alex Blasche
2017-01-24
1
-0
/
+2
*
Android: Keep track of peripheral advertisement errors
Alex Blasche
2017-01-23
1
-0
/
+2
*
Android: Implement QLEC::stateChanged() notification
Alex Blasche
2017-01-23
1
-0
/
+10
*
LE/Android: Pass list of advertised services found in scan record
Alex Blasche
2016-11-11
1
-3
/
+5
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-01
1
-0
/
+5
|
\
|
*
Make sure JNI_OnLoad is not called more than once
BogDan Vatra
2016-07-20
1
-0
/
+5
*
|
Updated license headers
Antti Kokko
2016-01-20
1
-15
/
+21
|
/
*
Fix trivial typos
Konstantin Ritt
2015-12-04
1
-1
/
+1
*
Android: Implement error reporting for char & desc reading
Alex Blasche
2015-04-15
1
-0
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-16
1
-7
/
+7
*
Android: characteristic changed notification support
Alex Blasche
2014-11-24
1
-0
/
+2
*
Support for QLEService::writeDescriptor() on Android
Alex Blasche
2014-11-14
1
-0
/
+2
*
Support for QLEService::writeCharacteristic() on Android
Alex Blasche
2014-11-12
1
-0
/
+2
*
The service->characteristic->descriptor tree becomes available in Qt
Alex Blasche
2014-11-11
1
-1
/
+3
*
Propagate Charactereristic data to Qt layer
Alex Blasche
2014-11-10
1
-0
/
+2
*
Majority of service detail discovery code on Android
Alex Blasche
2014-11-10
1
-0
/
+2
*
Discover BTLE services on remote device on Android
Alex Blasche
2014-11-04
1
-0
/
+2
*
Android: Add ability to (dis)connect to BTLE devices on Android
Alex Blasche
2014-11-04
1
-0
/
+3
*
Android: Add BluetoothLE device scan
Alex Blasche
2014-10-28
1
-1
/
+18
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-24
1
-18
/
+10
*
Fix uncategorised usage of qWarning().
Alex Blasche
2014-05-09
1
-2
/
+2
*
Android: Don't directly use the action string values but refer to the fields.
Alex Blasche
2014-03-11
1
-1
/
+111
*
Fix crash when interrupting QBluetoothSocket's input stream thread
Alex Blasche
2014-02-27
1
-0
/
+28
*
Android: Fix crash in QBluetoothServer::close()
Alex Blasche
2014-02-27
1
-2
/
+29
*
Port QtBluetooth to Android
Alex Blasche
2014-02-13
1
-0
/
+111