summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QBluetoothUuid: cut out the streamingOperator() middle-manMarc Mutz2023-08-153-5/+12
* QBluetoothUuid: provide Endian overloads for quint128 functionsMarc Mutz2023-08-153-31/+53
* QBluetoothUuid: remove default case labels and fix the falloutMarc Mutz2023-08-121-8/+4
* QBluetoothUuid: remove unused equals() method declarationMarc Mutz2023-08-121-3/+0
* QBluetoothUuid: insulate against potentially-disappearing QUuid(quint128) ctorMarc Mutz2023-08-121-1/+1
* QBluetoothUuid: add missing Endian argument to Id128Bytes ctorMarc Mutz2023-08-112-4/+5
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-033-12/+48
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-0/+1
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-122-2/+0
* QBluetoothUuid: fix alignment of the custom quint128 structIvan Solovev2023-07-112-3/+6
* QBluetoothAddress: restore missing move SMFsMarc Mutz2023-07-091-0/+2
* QBluetoothAddress: inline most functionsMarc Mutz2023-07-093-42/+40
* QBluetoothAddress: add qHash() as a proper hidden friendMarc Mutz2023-07-094-6/+11
* [docs] QBluetoothAddress: fix a grammer mistakeMarc Mutz2023-07-081-1/+1
* Merge duplicate qHash(QBluetoohAddress) definitionsMarc Mutz2023-07-083-10/+6
* Windows: fix bluetooth pairing status requestIvan Solovev2023-06-071-6/+6
* Follow up on change to QUuid in qtbaseVolker Hilsheimer2023-05-233-1/+12
* QtNfc: Remove dependency on QtNetworkFriedemann Kleint2023-05-121-1/+0
* BlueZ: remove unused variablesIvan Solovev2023-05-052-3/+0
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-0310-67/+30
* Remove Unnecessary Q_DECLARE_METATYPE(QJniObject)Amir Masoud Abdol2023-04-242-6/+0
* QtBluetooth: do not request permissions on AndroidIvan Solovev2023-04-053-14/+17
* [Darwin] Fix LE controller initializationJuha Vuolle2023-04-041-1/+1
* QBluetoothUuid - add platform-specific conversion functionsTimur Pocheptsov2023-04-033-0/+57
* Remove redundant checks on Darwin LE controllerJuha Vuolle2023-04-031-28/+2
* Exclude source files from unity buildAmir Masoud Abdol2023-04-031-0/+4
* HeartRate Game example: do not show duplicated devicesIvan Solovev2023-03-291-1/+4
* HeartRate Server: revamp the exampleIvan Solovev2023-03-281-1/+1
* Windows: optimize BTLE device discoveryIvan Solovev2023-03-271-19/+22
* Remove PingPong exampleIvan Solovev2023-03-222-4/+0
* BtScanner example: move to manual testsIvan Solovev2023-03-212-4/+0
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-246-68/+48
* SDP scanner: encode input URLs and escape XML-specific charactersIvan Solovev2023-02-231-1/+9
* sdpscanner: fix potential unwanted truncation for SDP_TEXT_STR{8,16,32}Ivan Solovev2023-02-181-1/+3
* sdpscanner: fix URL processingIvan Solovev2023-02-181-2/+1
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-154-41/+40
* Bluez LE: use QUuid's ability to select the byte orderThiago Macieira2023-02-133-66/+9
* Bluez LE: store the little-endian data in the temporary listsThiago Macieira2023-02-131-5/+6
* Bluez LE: improve detection of 16-bit UUIDThiago Macieira2023-02-131-19/+12
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-1314-63/+63
* iOS NFC: Always ensure timeout after session invalidationJulian Greilich2023-02-032-41/+61
* Remove explicit Android SDK jar versionJuha Vuolle2023-02-022-6/+2
* Replace deprecated BT LE methods on Android API 33: descriptorsJuha Vuolle2023-01-266-16/+77
* Replace deprecated BT LE methods on Android API 33: characteristicsJuha Vuolle2023-01-264-27/+98
* Catch broadcast receiver unregistration exception on AndroidJuha Vuolle2023-01-261-1/+5
* Fix CMake Unity (Jumbo) buildFriedemann Kleint2023-01-252-5/+6
* Proper clearing of WinRT factory cache in QtBluetoothMarc Mutz2023-01-232-0/+2
* Android LE Peripheral: properly update characteristic and descriptor local va...Ivan Solovev2023-01-181-0/+4
* Don't clear the remoteDevice address in resetController()Juha Vuolle2023-01-171-1/+2
* QLowEnergyController Windows: fix UI hangs during discovery on disconnected p...Ivan Solovev2023-01-172-12/+20