summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QBluetoothServiceDiscoveryAgentPrivate: use QScopeGuard to avoid repetitionMarc Mutz2022-04-281-8/+6
* Doc: Remove QDoc comment tag from internal functionsTopi Reinio2022-04-281-3/+3
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-2736-32/+120
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-192-2/+6
* QBluetoothServiceDiscoveryAgentPrivate: de-pessimize _q_sdpScannerDone()Marc Mutz2022-04-141-7/+8
* DeviceDiscoveryBroadcastReceiver: reduce memory footprint of offset tableMarc Mutz2022-04-141-2/+2
* DeviceDiscoveryBroadcastReceiver: reduce relocationsMarc Mutz2022-04-141-18/+15
* Check the provided device discovery agent bluetooth address on macOSJuha Vuolle2022-04-131-0/+10