summaryrefslogtreecommitdiff
path: root/src/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit Android SDK jar versionJuha Vuolle2023-02-021-3/+1
* Replace deprecated BT LE methods on Android API 33: descriptorsJuha Vuolle2023-01-264-14/+73
* Replace deprecated BT LE methods on Android API 33: characteristicsJuha Vuolle2023-01-263-25/+97
* Catch broadcast receiver unregistration exception on AndroidJuha Vuolle2023-01-261-1/+5
* Install android jars to INSTALL_DATADIRFab Stz2023-01-161-1/+3
* Android BT fix deprecated "getDefaultAdapter" method usageJuha Vuolle2022-09-134-15/+61
* Add Android support for BT LE RSSI readJuha Vuolle2022-09-131-13/+78
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Unstringify Android QtBluetooth: native JNI callbacksJuha Vuolle2022-08-041-3/+4
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Android BT LE advertisement start to fail when bluetooth is OFFJuha Vuolle2022-06-211-7/+14
* Fix an Android bluetooth logging typoJuha Vuolle2022-06-131-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-106-229/+13
* Remove unsupported Android bluetooth codepaths part 2Juha Vuolle2022-05-121-35/+17
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-122-66/+34
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-071-8/+41
* Fix Android bluetooth server assert when disposed of quicklyJuha Vuolle2022-03-171-1/+24
* Android BT LE Client thread protection improvementJuha Vuolle2021-12-171-502/+541
* Restore the default MTU on disconnection on Android BT LE serverJuha Vuolle2021-12-091-0/+1
* Thread protection for Android BT LE ServerJuha Vuolle2021-12-071-287/+409
* Android BT LE Server: Enable NTF if both NTF & IND requestedJuha Vuolle2021-11-231-2/+14
* Fix BT LE service addition timing issue on AndroidJuha Vuolle2021-11-181-2/+52
* Android BT LE server connectivity detection with multiple devicesJuha Vuolle2021-10-291-14/+38
* Add characteristic min/max checks on Android BT LEJuha Vuolle2021-10-293-5/+92
* Add support for BT LE descriptor prepared write on AndroidJuha Vuolle2021-10-201-48/+89
* Add QLowEnergyController::mtu() support on BT LE server side on AndroidJuha Vuolle2021-10-201-5/+16
* Add support for large BT LE characteristic writes on AndroidJuha Vuolle2021-10-071-9/+99
* CMake: Add dependencies on jar files to main targetsAlexandru Croitor2021-06-181-0/+2
* BTLE Android advertising data size limit: improve documentationAndreas Buhr2021-06-091-0/+1
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-181-0/+11
* Implement reduced service discovery on AndroidAndreas Buhr2021-04-191-12/+25
* simplify logicAndreas Buhr2021-03-251-13/+4
* Fix Bluetooth LE scan on AndroidAndreas Buhr2021-02-261-1/+1
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-153-46/+2
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-089-21/+23
* Merge remote-tracking branch 'origin/wip/cmake' into devOliver Wolff2020-07-032-0/+43
|\
| * Port qtconnectivity to cmakeOliver Wolff2019-10-242-0/+43
* | Android: Make `Just Works` bonding really workKonstantin Ritt2020-06-021-0/+66
* | Android: Re-use `pendingJob` storage introduced by 962f282d21e62b8dKonstantin Ritt2020-03-241-16/+14
* | Android: Fix out-of-sync access introduced by 962f282d21e62b8dKonstantin Ritt2020-03-241-1/+2
* | Fix a race condition between a write and an incoming changeThiemo van Engelen2020-03-031-36/+142
* | Catch turned off Bluetooth adapter when stopping LE discoveryAlex Blasche2020-02-201-1/+7
* | Android: Fix failing re-addvertisement of BTLE service after disconnectAlex Blasche2019-12-101-1/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2Liang Qi2019-10-141-2/+9
|\ \ | |/ |/|
| * Add descriptor even if the read fails during service discoveryAlex Blasche2019-09-271-2/+9
* | LE/Android: better use of recently introduced AuthorizationErrorKonstantin Ritt2019-07-081-1/+3
* | Remove use of deprecated btle device scan API on AndroidAlex Blasche2019-05-031-14/+40
|/
* LE/Android: add consistency check in method called from Qt APIKonstantin Ritt2019-03-191-0/+3
* LE/Android: trivial typo fixesKonstantin Ritt2019-01-251-2/+2
* Fix crash when entries is empty (caused by disconnect somewhere else)Alex Blasche2018-04-301-12/+27