summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bluetooth service discovery not finishing on AndroidJuha Vuolle2022-06-282-10/+22
* Fix documentation issues and enable documentation testing in CITopi Reinio2022-06-283-5/+13
* Fix Bluez LE advertiser crash on large advertisement dataJuha Vuolle2022-06-281-1/+2
* Fix spelling errors in debug outputKai Köhne2022-06-242-4/+4
* Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-215-25/+95
* Repair tst_QBluetoothDeviceDiscoveryAgent unit test on AndroidAndreas Buhr2022-06-211-2/+7
* Android BT LE advertisement start to fail when bluetooth is OFFJuha Vuolle2022-06-211-7/+14
* Fix Bluez LE advertiser delete crashJuha Vuolle2022-06-216-17/+22
* QtNfc: Fix iOS session invalidation/restartMike Achtelik2022-06-151-15/+11
* Fix an Android bluetooth logging typoJuha Vuolle2022-06-131-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-13264-9928/+559
* Port QtConnectivity configure check reporting from Qt 5Juha Vuolle2022-06-021-2/+23
* Remove QScopedPointer related deprecation warnings on macOSJuha Vuolle2022-05-314-17/+14
* Use the new "permissions error" code on macOSJuha Vuolle2022-05-309-17/+46
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-302-1/+12
* QNdefMessage: un-export the classIevgenii Meshcheriakov2022-05-201-12/+24
* Properly use 'since' qdoc command in enum values documentationIvan Solovev2022-05-195-46/+38
* Introduce error codes for missing permissionsIvan Solovev2022-05-1918-13/+41
* QtNfc: create "Supported Features" doc pageIvan Solovev2022-05-182-0/+89
* QtNfc docs: add PC/SC documentation page to the list of articlesIvan Solovev2022-05-181-0/+1
* Android bluetooth local device always to use "Paired"Juha Vuolle2022-05-171-1/+1
* QtNfc: Get rid of NearFieldTarget classIevgenii Meshcheriakov2022-05-167-15/+8
* QNearFieldTargetPrivate: Use same types in declarations and definitionsIevgenii Meshcheriakov2022-05-161-6/+9
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-132-2/+2
* Windows: implement the missing APIs for QBluetoothLocalDeviceIvan Solovev2022-05-123-13/+121
* Windows: refactor QBluetoothLocalDevice private implementationIvan Solovev2022-05-121-39/+71
* Remove unsupported Android bluetooth codepaths part 2Juha Vuolle2022-05-121-35/+17
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-1210-261/+51
* bluez dbus files: work around qdbusxml2cpp's inability to includemocsMarc Mutz2022-05-1111-0/+25
* bluez dbus files: adapt the generate script to recent changesMarc Mutz2022-05-1121-69/+85
* Assorted int/qsizetype fixesMarc Mutz2022-05-105-7/+7
* Replace some length() calls with size()Marc Mutz2022-05-104-6/+6
* Fix some signed/unsigned mismatchesMarc Mutz2022-05-102-4/+4
* Port length() == 0 to isEmpty()Marc Mutz2022-05-103-6/+6
* ServiceDiscoveryBroadcastReceiver: fix int/jint mismatchMarc Mutz2022-05-101-1/+1
* QtConnectivity: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-096-6/+6
* Fix crash when service discovery agent (SDA) is stopped on AndroidJuha Vuolle2022-05-071-11/+20
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-074-36/+126
* Android: Use string based permission APITor Arne Vestbø2022-05-061-1/+1
* Fix Bluez BT LE battery readingJuha Vuolle2022-05-061-11/+51
* DeviceDiscoveryBroadcastReceiver: fix potential integer overflowMarc Mutz2022-05-051-1/+1
* QLeAdvertizerBluez: add missing Q_OBJECT macroMarc Mutz2022-05-041-0/+1
* De-inline QLeAdvertizer dtorMarc Mutz2022-05-042-1/+4
* includemocsMarc Mutz2022-05-0422-0/+46
* Rename qleadvertiser_p.h → qleadvertiser_bluez_p.hMarc Mutz2022-05-044-11/+7
* Add a separate TU for bluez_data_p.hMarc Mutz2022-05-032-1/+47
* QLowEnergyControllerPrivateAndroid: remove unused forward declarationMarc Mutz2022-05-031-2/+0
* Bluetooth pairing mode improvements on WindowsJuha Vuolle2022-05-022-6/+25
* Remove extra ".lib" suffix from Windows library linkageJuha Vuolle2022-05-021-2/+2
* QBluetoothServiceDiscoveryAgentPrivate: de-pessimize readAttributeValue()Marc Mutz2022-04-281-16/+15