summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark android/devicediscoverybroadcastreceiver.cpp as security-criticalIvan Solovev10 days1-0/+1
* Android Bluetooth: Change static string cache to use QStringJuha Vuolle2023-11-011-10/+14
* Bluetooth: remove custom implementations of qbswap(QUuid::Id128Bytes)Ivan Solovev2023-08-231-9/+0
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-131-6/+6
* Generate key string for field cache at compile timeVolker Hilsheimer2022-09-131-13/+13
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-12/+10
* Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-8/+4
* Assorted int/qsizetype fixesMarc Mutz2022-05-101-1/+1
* DeviceDiscoveryBroadcastReceiver: fix potential integer overflowMarc Mutz2022-05-051-1/+1
* DeviceDiscoveryBroadcastReceiver: reduce memory footprint of offset tableMarc Mutz2022-04-141-2/+2
* DeviceDiscoveryBroadcastReceiver: reduce relocationsMarc Mutz2022-04-141-18/+15
* DeviceDiscoveryBroadcastReceiver: fix int/jsize mismatchMarc Mutz2022-04-121-2/+2
* DeviceDiscoveryBroadcastReceiver: replace QList with constexpr arrayMarc Mutz2022-04-071-13/+11
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-1/+22
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-41/+28
* Read LocalName based on scan data in case BluetoothDevice.getName() is emptyAlex Blasche2021-03-041-4/+23
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Update depedencies.yaml and fix issues raised by itAlex Blasche2020-06-081-3/+2
* Fix Qt6 buildAlexandru Croitor2019-08-011-4/+4
* Remove usage of deprecated QBluetoothServiceInfo::DataCompleteAlex Blasche2019-05-071-2/+2
* Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-171-0/+7
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-14/+14
* Remove last qdoc warning from qtconnectivityAlex Blasche2017-06-141-1/+1
* LE/Android: Fix crash due to references leakKonstantin Ritt2016-12-301-1/+4
* LE/Android: Pass list of advertised services found in scan recordAlex Blasche2016-11-111-3/+81
* Remove not needed Log output from Android Device DiscoveryAlex Blasche2016-11-071-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-11/+298
|\
| * Android: Device discovery doesn't provide major & minor device class infoAlex Blasche2016-08-011-11/+298
* | Updated license headersAntti Kokko2016-01-201-15/+21
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Android: Add BluetoothLE device scanAlex Blasche2014-10-281-44/+67
* Android: Determine the Bluetooth type of the remote deviceAlex Blasche2014-10-281-0/+58
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Android: Don't directly use the action string values but refer to the fields.Alex Blasche2014-03-111-12/+17
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-0/+132