summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
* Unregister Bluetooth profile UUID after connectionTed Feng2024-03-141-13/+40
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-121-1/+0
* Remove the use of Q_BLUETOOTH_PRIVATE_EXPORTAlexey Edelev2024-01-122-2/+2
* Doc: Use proper Qt Bluetooth linkKai Köhne2024-01-091-1/+1
* Bluetooth Windows: fix segfault in COM de-initIvan Solovev2023-12-151-4/+11
* Windows Bluetooth: gracefully handle device disconnect during detailed servic...Ivan Solovev2023-12-151-0/+4
* Don't use staticAssertTypeMismatch to inform about an unsupported valueVolker Hilsheimer2023-12-141-1/+1
* BlueZ: treat AuthenticationCanceled as a PairingErrorIvan Solovev2023-11-102-1/+10
* Android Bluetooth: Change static string cache to use QStringJuha Vuolle2023-11-015-42/+54
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-3/+3
* Add thread protection to Android static string cacheJuha Vuolle2023-10-191-0/+2
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* JNI: port to changes of JNI traits in qtbaseVolker Hilsheimer2023-09-276-55/+55
* Adapt to renaming of QtJniTypes::String to CTStringVolker Hilsheimer2023-09-261-16/+16
* Doc: Extend list of highlighted Connectivity examplesKai Köhne2023-09-261-1/+4
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-12/+12
* Doc: Fix parameter type in QBluetoothAddress::qHash()Topi Reinio2023-09-052-1/+4
* Make BlueZ DBus peripheral the default backend on LinuxJuha Vuolle2023-08-232-14/+16
* Bluetooth: remove custom implementations of qbswap(QUuid::Id128Bytes)Ivan Solovev2023-08-232-18/+0
* Fix translation context of QBluetoothUuid::WeightScaleFeatureFriedemann Kleint2023-08-211-1/+1
* QBluetoothUuid: magic_numbers -= 50Marc Mutz2023-08-181-5/+5
* QBluetoothUuid: inherit all ctors from QUuidMarc Mutz2023-08-183-15/+10
* QBluetoothUuid: inline the (quint128, Endian) ctorMarc Mutz2023-08-182-20/+4
* QBluetoothUuid: inline converting ctor from QUuidMarc Mutz2023-08-172-5/+12
* 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
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-041-1/+0
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-033-12/+48
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-203-4/+5
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* QBluetoothUuid: fix alignment of the custom quint128 structIvan Solovev2023-07-112-3/+6
* Pre-program QBluetoothAddress to be unexported in Qt 7Marc Mutz2023-07-091-1/+4
* Pre-program QBluetoothAddress to become a trivial class in Qt 7Marc Mutz2023-07-092-0/+7
* 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
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Windows: fix bluetooth pairing status requestIvan Solovev2023-06-071-6/+6
* Follow up on change to QUuid in qtbaseVolker Hilsheimer2023-05-233-1/+12
* 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