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
/
qbluetoothdevicediscoveryagent_android.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check if location checks can be skipped with bluetooth scan
Juha Vuolle
2024-08-29
1
-24
/
+49
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-20
1
-1
/
+1
*
QtBluetooth: use public QPermission API to check for permissions on Android
Ivan Solovev
2023-05-03
1
-17
/
+5
*
QtBluetooth: do not request permissions on Android
Ivan Solovev
2023-04-05
1
-10
/
+7
*
Clear previous bluetooth device/service discovery errors on restart
Juha Vuolle
2022-09-20
1
-0
/
+2
*
Android BT fix deprecated "getDefaultAdapter" method usage
Juha Vuolle
2022-09-13
1
-3
/
+3
*
Unstringify Android QtBluetooth: signatures, types and method calls
Juha Vuolle
2022-07-07
1
-14
/
+14
*
Add a timeout guard for Android BT device discovery not starting
Juha Vuolle
2022-06-21
1
-23
/
+88
*
Repair tst_QBluetoothDeviceDiscoveryAgent unit test on Android
Andreas Buhr
2022-06-20
1
-2
/
+7
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-39
/
+3
*
Introduce error codes for missing permissions
Ivan Solovev
2022-05-19
1
-3
/
+4
*
Remove unsupported Android bluetooth codepaths
Juha Vuolle
2022-05-12
1
-20
/
+1
*
Android: Use string based permission API
Tor Arne Vestbø
2022-05-06
1
-1
/
+1
*
Improve Android-12 bluetooth permission error reporting
Juha Vuolle
2022-04-12
1
-2
/
+2
*
Port indexed for-loops from int to qsizetype
Marc Mutz
2022-04-11
1
-1
/
+1
*
Introduce Android 12 / SDK 31+ bluetooth permissions
Juha Vuolle
2022-03-17
1
-1
/
+11
*
Simplify QBluetoothDeviceDiscoveryAgentPrivate
Ivan Solovev
2021-12-23
1
-3
/
+3
*
Add support for service data in BLE advertisment
Andreas Buhr
2021-11-29
1
-0
/
+7
*
Use private permission API
Assam Boudjelthia
2021-07-27
1
-5
/
+6
*
introduce new error for location service turned off
Andreas Buhr
2021-07-20
1
-1
/
+1
*
Improve detection of enabled location service on SDK<28
Andreas Buhr
2021-07-12
1
-12
/
+9
*
Android: use the new permission API, clean up some leftovers
Ville Voutilainen
2021-06-10
1
-34
/
+13
*
Remove AndroidExtras dependencies and port to new Qt 6 Android APIs
Ville Voutilainen
2021-06-04
1
-24
/
+17
*
Improve error message in case of insufficient Android SDK version
Andreas Buhr
2021-05-17
1
-2
/
+3
*
QBTDeviceDiscoveryAgentPrivate use declaration initialization
Oliver Wolff
2021-04-08
1
-6
/
+0
*
rename error signals to errorOccurred
Andreas Buhr
2021-03-22
1
-9
/
+9
*
Android: rename Android's package name for Qt 6
Assam Boudjelthia
2020-10-08
1
-1
/
+1
*
Use QList instead of QVector
Jarek Kobus
2020-06-25
1
-1
/
+1
*
Remove QBluetoothDeviceDiscoveryAgent::inquiryType property
Alex Blasche
2020-05-14
1
-1
/
+0
*
Ensure that a failing classic discovery doesn't prevent LE scan
Alex Blasche
2020-02-21
1
-8
/
+16
*
Add location-turned-on check before starting device discovery
Alex Blasche
2020-02-21
1
-0
/
+38
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-10-22
1
-4
/
+2
|
\
|
*
Fix classic device discovery on Android
Alex Blasche
2019-10-18
1
-4
/
+2
*
|
Remove use of deprecated btle device scan API on Android
Alex Blasche
2019-05-03
1
-1
/
+2
|
/
*
LE/Android: fix crash when destroying DiscoveryAgent during scan
Konstantin Marchenko
2019-01-25
1
-0
/
+3
*
Android: Emit deviceDiscovered before deviceUpdated
Andrew Dolby
2018-11-21
1
-11
/
+19
*
Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signal
Alex Blasche
2018-08-23
1
-3
/
+20
*
Ensure that BTLE scan works if app has ACCESS_FINE_LOCATION
v5.11.0-beta3
Alex Blasche
2018-03-21
1
-10
/
+20
*
Merge remote-tracking branch 'gerrit/5.9' into dev
Alex Blasche
2017-08-07
1
-0
/
+3
|
\
|
*
Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()
Alex Blasche
2017-08-04
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-06
1
-1
/
+1
|
\
|
|
*
Continuously emit deviceDiscovered() signal during never-ending dev discovery
Alex Blasche
2017-06-29
1
-1
/
+1
*
|
Fix string
Jarek Kobus
2017-05-17
1
-1
/
+1
|
/
*
Android: Fix incorrect device search type bit flag test
Alex Blasche
2017-01-12
1
-1
/
+3
*
Do not request an unnessessary dangerous right
Lars Schmertmann
2017-01-12
1
-1
/
+2
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-28
1
-0
/
+8
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-11-24
1
-0
/
+8
|
|
\
|
|
*
Android: Fix crash in QBluetoothDeviceDiscoveryAgent ctor due to Java exception
André Klitzing
2016-11-04
1
-0
/
+8
*
|
|
Check Location permissions before running LE scan on Android
Alex Blasche
2016-09-21
1
-0
/
+26
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-19
1
-5
/
+12
|
\
|
|
[next]