summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check if location checks can be skipped with bluetooth scanJuha Vuolle2024-08-291-24/+49
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-201-1/+1
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-031-17/+5
* QtBluetooth: do not request permissions on AndroidIvan Solovev2023-04-051-10/+7
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-201-0/+2
* Android BT fix deprecated "getDefaultAdapter" method usageJuha Vuolle2022-09-131-3/+3
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-14/+14
* Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-211-23/+88
* Repair tst_QBluetoothDeviceDiscoveryAgent unit test on AndroidAndreas Buhr2022-06-201-2/+7
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-3/+4
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-20/+1
* Android: Use string based permission APITor Arne Vestbø2022-05-061-1/+1
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-121-2/+2
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-1/+1
* Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-171-1/+11
* Simplify QBluetoothDeviceDiscoveryAgentPrivateIvan Solovev2021-12-231-3/+3
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-0/+7
* Use private permission APIAssam Boudjelthia2021-07-271-5/+6
* introduce new error for location service turned offAndreas Buhr2021-07-201-1/+1
* Improve detection of enabled location service on SDK<28Andreas Buhr2021-07-121-12/+9
* Android: use the new permission API, clean up some leftoversVille Voutilainen2021-06-101-34/+13
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-24/+17
* Improve error message in case of insufficient Android SDK versionAndreas Buhr2021-05-171-2/+3
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-081-6/+0
* rename error signals to errorOccurredAndreas Buhr2021-03-221-9/+9
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-081-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-141-1/+0
* Ensure that a failing classic discovery doesn't prevent LE scanAlex Blasche2020-02-211-8/+16
* Add location-turned-on check before starting device discoveryAlex Blasche2020-02-211-0/+38
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-221-4/+2
|\
| * Fix classic device discovery on AndroidAlex Blasche2019-10-181-4/+2
* | Remove use of deprecated btle device scan API on AndroidAlex Blasche2019-05-031-1/+2
|/
* LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-251-0/+3
* Android: Emit deviceDiscovered before deviceUpdatedAndrew Dolby2018-11-211-11/+19
* Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signalAlex Blasche2018-08-231-3/+20
* Ensure that BTLE scan works if app has ACCESS_FINE_LOCATIONv5.11.0-beta3Alex Blasche2018-03-211-10/+20
* Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-08-071-0/+3
|\
| * Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()Alex Blasche2017-08-041-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-1/+1
|\|
| * Continuously emit deviceDiscovered() signal during never-ending dev discoveryAlex Blasche2017-06-291-1/+1
* | Fix stringJarek Kobus2017-05-171-1/+1
|/
* Android: Fix incorrect device search type bit flag testAlex Blasche2017-01-121-1/+3
* Do not request an unnessessary dangerous rightLars Schmertmann2017-01-121-1/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-241-0/+8
| |\
| | * Android: Fix crash in QBluetoothDeviceDiscoveryAgent ctor due to Java exceptionAndré Klitzing2016-11-041-0/+8
* | | Check Location permissions before running LE scan on AndroidAlex Blasche2016-09-211-0/+26
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-5/+12
|\| |