summaryrefslogtreecommitdiff
path: root/src/bluetooth/qlowenergycontroller_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-031-3/+2
* Remove Unnecessary Q_DECLARE_METATYPE(QJniObject)Amir Masoud Abdol2023-04-241-3/+0
* Replace deprecated BT LE methods on Android API 33: descriptorsJuha Vuolle2023-01-261-2/+2
* Replace deprecated BT LE methods on Android API 33: characteristicsJuha Vuolle2023-01-261-2/+1
* Android LE Peripheral: properly update characteristic and descriptor local va...Ivan Solovev2023-01-181-0/+4
* Add Android support for BT LE RSSI readJuha Vuolle2022-09-131-1/+19
* Add QLowEnergyController::readRssi()Timur Pocheptsov2022-09-061-0/+5
* Bluetooth: Make module compilable on Android with non-empty QT_NAMESPACEIevgenii Meshcheriakov2022-07-271-3/+2
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-108/+96
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-2/+2
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-17/+0
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-0/+1
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-121-10/+18
* Port simple cases of count() to size()Marc Mutz2022-04-111-2/+2
* Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-171-0/+12
* Android BT LE server connectivity detection with multiple devicesJuha Vuolle2021-10-291-6/+6
* Add characteristic min/max checks on Android BT LEJuha Vuolle2021-10-291-5/+32
* Add support for large BT LE characteristic writes on AndroidJuha Vuolle2021-10-071-2/+3
* More consistent logging category use in bluetooth implementationsJuha Vuolle2021-09-171-1/+1
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-90/+63
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-181-0/+25
* Prefer QChar over QString that consists of a single QCharKonstantin Ritt2021-05-171-3/+2
* Fix "loop variable creates a copy" warningKonstantin Ritt2021-05-171-2/+2
* Implement reduced service discovery on AndroidAndreas Buhr2021-04-191-2/+4
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-4/+4
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-13/+21
* Introduce option for reduced service discoveryAndreas Buhr2021-03-301-1/+3
* Code cleanup: create UUID strings without bracesAndreas Buhr2021-03-251-4/+1
* rename error signals to errorOccurredAndreas Buhr2021-03-221-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-0/+2
|\
| * Android: Ensure that LE errors are forwarded from JNI to QtAlex Blasche2020-02-261-0/+2
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-271-2/+2
|/
* Fix QLEAdvertisingData::setManufacturerData on AndroidAlex Blasche2019-08-071-1/+1
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-2/+2
* Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-171-2/+6
* Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-161-0/+6
* Fix missing includev5.11.0-beta4Alex Blasche2018-04-091-0/+1
* Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-031-51/+0
* Provide own header for QLEControllerPrivate on AndroidAlex Blasche2017-11-031-43/+43
* Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-031-0/+51
* Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-42/+42
* Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-3/+1
* Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-5/+22
* QLowEnergyController: Fix spelling errorFriedemann Kleint2017-02-061-1/+1
* Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-21/+35
* Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-9/+9
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+67
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-2/+55
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+50