summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix narrowing in calls to read()/write() etcMarc Mutz2022-04-135-14/+10
* DeviceDiscoveryBroadcastReceiver: fix int/jsize mismatchMarc Mutz2022-04-121-2/+2
* Update BT LE peripheral role OS support documentationJuha Vuolle2022-04-121-1/+1
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-129-34/+110
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-1110-12/+12
* QLowEnergyControllerPrivateBluez: make ATT_{DEFAULT,MAX}_LE_MTU typed constantsMarc Mutz2022-04-111-5/+5
* QLowEnergyControllerPrivateBluez: fix int/qsizetype mismatchesMarc Mutz2022-04-112-18/+20
* QBluetoothServiceDiscoveryAgent/Android: fix int/qsizetype mismatchesMarc Mutz2022-04-111-3/+3
* Fix some integral type mismatchesMarc Mutz2022-04-113-4/+4
* QLeAdvertiserBluez: fix int/qsizetype mismatchesMarc Mutz2022-04-111-14/+17
* QLeAdvertiserBluez: remove unused argument of byteArrayFromStruct()Marc Mutz2022-04-111-2/+3
* Fix clazy unused variable warningMarc Mutz2022-04-111-1/+0
* Replace some indexed with ranged for-loopsMarc Mutz2022-04-114-10/+7
* QPrivateLinearBuffer: port from int to qsizetypeMarc Mutz2022-04-111-15/+22
* Port simple cases of count() to size()Marc Mutz2022-04-1119-88/+88
* Replace deprecated QScopedPointer usageIvan Solovev2022-04-111-5/+3
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-087-8/+8
* QBluetoothServiceDiscoveryAgentPrivate: fix broken remove loopMarc Mutz2022-04-081-4/+4
* QBluetoothLocalDevicePrivate: replace hand-rolled loop with contains()Marc Mutz2022-04-071-9/+1
* DeviceDiscoveryBroadcastReceiver: replace QList with constexpr arrayMarc Mutz2022-04-071-13/+11
* qnearfieldtarget_p.h: add missing include <QMap>Marc Mutz2022-04-071-0/+1
* NFC: Fix undefined symbols when linking an iOS appAlexandru Croitor2022-04-051-0/+3
* Doc: Depend bluetooth qdoc on qtgui, qtwidgetsKai Köhne2022-04-041-1/+1
* Doc: Revise Qt Bluetooth module landing pageAndreas Eliasson2022-03-281-25/+26
* Add support for QBluetoothServer::serverAddress() on WindowsJuha Vuolle2022-03-251-1/+7
* Remove unnecessary variable inits in bluetooth serversJuha Vuolle2022-03-253-14/+4
* Mark QBluetoothSockets as unbuffered on WindowsJuha Vuolle2022-03-241-2/+4
* Add Windows COM initializations on BluetoothJuha Vuolle2022-03-247-4/+59
* Doc: remove mentioning of win32 backendKai Köhne2022-03-211-7/+0
* Doc: Unify naming of platformsKai Köhne2022-03-211-2/+2
* Install sdpscanner into libexec againJoerg Bornemann2022-03-171-0/+1
* Remove QBluetoothSocket::connected double-emit on macOSJuha Vuolle2022-03-171-2/+0
* Add QIODevice::canReadLine call to QBluetoothSocketJuha Vuolle2022-03-171-1/+1
* Fix Android bluetooth server assert when disposed of quicklyJuha Vuolle2022-03-171-1/+24
* Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-177-5/+203
* Doc: Revise Qt NFC module landing pageAndreas Eliasson2022-03-151-42/+35
* Make sure all private headers include at least one otherThiago Macieira2022-03-0832-30/+51
* Handle LE enhanced connection complete in Bluez peripheralJuha Vuolle2022-03-081-2/+4
* Align the bluez dbus socket error codes with other platformsJuha Vuolle2022-02-221-3/+3
* Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-221-0/+4
* Change qbluetoothlocaldevice error signal name usage to errorOccurredJuha Vuolle2022-02-214-6/+6
* Fix Linux bluetooth service discovery crash with multiple servicesJuha Vuolle2022-02-181-2/+4