summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Android BT fix deprecated "getDefaultAdapter" method usageJuha Vuolle2022-09-131-4/+2
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-9/+10
* Fix bluetooth service discovery not finishing on AndroidJuha Vuolle2022-06-281-10/+16
* Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-211-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-2/+3
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-30/+0
* Fix crash when service discovery agent (SDA) is stopped on AndroidJuha Vuolle2022-05-071-11/+20
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-121-5/+15
* QBluetoothServiceDiscoveryAgent/Android: fix int/qsizetype mismatchesMarc Mutz2022-04-111-3/+3
* Replace some indexed with ranged for-loopsMarc Mutz2022-04-111-2/+2
* Port simple cases of count() to size()Marc Mutz2022-04-111-4/+4
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-1/+1
* Android: fix signal order during service discoveryIvan Solovev2022-01-211-2/+3
* Android: Fix SPP protocol detection during service discoveryIvan Solovev2022-01-211-2/+1
* Android: use the new permission API, clean up some leftoversVille Voutilainen2021-06-101-1/+0
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-12/+10
* rename error signals to errorOccurredAndreas Buhr2021-03-221-5/+5
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-8/+7
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Don't create QBluetoothServiceInfo when uuid is nullAlex Blasche2019-04-121-1/+4
* Android: Don't filter SPP uuidAlex Blasche2019-04-121-11/+12
* Streamline QBluetoothServiceDiscoveryAgentPrivate::populateDiscoveredServicesAlex Blasche2019-04-101-32/+33
* Check the reverted UUID when filteringBogDan Vatra2019-04-051-1/+5
* Fix unit test failure on AndroidAlex Blasche2019-02-081-11/+31
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-4/+6
* Fix SDP BrowseGroupList entryAlex Blasche2018-10-161-2/+3
* Fix the BluetoothProfileDescriptorStructureAlex Blasche2018-10-151-4/+13
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-8/+15
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-6/+6
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-4/+10
|\
| * Android: Fix QBluetoothServiceDiscoveryAgent::uuidFilter() behaviorAlex Blasche2018-08-151-4/+10
* | Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
|/
* Android: Don't miss services if the last device discovery failedAlex Blasche2017-06-161-0/+4
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-2/+4
|\
| * QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-021-2/+4
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+1
* Fix crash during service discovery on Androidv5.4.0Alex Blasche2014-11-211-13/+11
* Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-031-2/+6
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-231-12/+1
* Simplify detection of Bluetooth Base UUID derived uuidsAlex Blasche2014-05-221-14/+5
* Service discovery via Bluez5Alex Blasche2014-05-221-75/+3
* Fix discovery hanging in unrecoverable state due to incorrect error handlingAlex Blasche2014-04-161-0/+6
* Do not always filter Serial Port profiles out anymore on AndroidAlex Blasche2014-04-151-1/+16
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-131-1/+0