summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-043-5/+6
|\
| * 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
| * Doc: Replace dead link to external neard pageKai Köhne2023-01-311-1/+1
| * Bump version to 5.15.13Tarja Sundqvist2022-12-221-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-111-1/+1
|\|
| * Bump version to 5.15.12Tarja Sundqvist2022-10-061-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-0910-45/+137
|\|
| * Fix bluetooth service discovery not finishing on AndroidJuha Vuolle2022-07-082-12/+23
| * Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-235-28/+96
| * Repair tst_QBluetoothDeviceDiscoveryAgent unit test on AndroidAndreas Buhr2022-06-201-2/+7
| * Bump versionTarja Sundqvist2022-06-151-1/+1
| * Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-303-2/+10
* | Update LGPL license headerv5.15.10-lts-lgplTarja Sundqvist2023-05-312-42/+42
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...Tarja Sundqvist2023-04-2446-117/+593
|\|
| * Fix Bluez BT LE battery readingJuha Vuolle2022-05-121-11/+51
| * Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-104-37/+125
| * includemocsMarc Mutz2022-05-1020-0/+42
| * QLeAdvertizerBluez: add missing Q_OBJECT macroMarc Mutz2022-05-091-0/+1
| * Rename qleadvertiser_p.h → qleadvertiser_bluez_p.hMarc Mutz2022-05-094-12/+10
| * 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
| * QLowEnergyControllerPrivateAndroid: remove unused forward declarationMarc Mutz2022-05-041-2/+0
| * Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-149-31/+110
| * Update BT LE peripheral role OS support documentationJuha Vuolle2022-04-121-1/+1
| * Bump versionTarja Sundqvist2022-04-061-1/+1
| * Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-248-6/+209
| * tst_qbluetoothservicediscovery: make auto-test less evilTimur Pocheptsov2022-03-211-11/+8
| * Remove QBluetoothSocket::connected double-emit on macOSJuha Vuolle2022-03-211-2/+0
| * Fix Android bluetooth server assert when disposed of quicklyJuha Vuolle2022-03-211-1/+24
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-2330-628/+993
|\|
| * Add QIODevice::canReadLine call to QBluetoothSocketJuha Vuolle2022-03-171-1/+1
| * Handle LE enhanced connection complete in Bluez peripheralJuha Vuolle2022-03-081-2/+4
| * Repair tst_QBluetoothDeviceDiscoveryAgent on AndroidAndreas Buhr2022-03-021-1/+3
| * Accommodate different bluez socket types in autotest [secFlags]Juha Vuolle2022-02-241-1/+9
| * Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-222-1/+5
| * Fix Linux bluetooth service discovery crash with multiple servicesJuha Vuolle2022-02-181-2/+4
| * Improve bluetooth service discovery on macOS MontereyJuha Vuolle2022-02-183-12/+72
| * Avoid multiple client sockets in pingpong bluetooth exampleJuha Vuolle2022-02-121-2/+6
| * IOBluetooth: tweak a couple of classesTimur Pocheptsov2022-02-112-3/+12
| * Fix missing MetaType registrationIvan Solovev2022-02-112-0/+14
| * Keep the bluetooth service name if the remote has provided itJuha Vuolle2022-02-101-1/+4
| * Improve macOS classic bluetooth (server) SDP record creationJuha Vuolle2022-02-101-14/+36
| * IOBluetooth: fix SDP inquiry broken by MontereyTimur Pocheptsov2022-02-102-11/+119
| * Windows BT: reverse the latter UUID part to correct orderJuha Vuolle2022-02-081-1/+11
| * Document the bluetooth socket data pausing on macOS MontereyJuha Vuolle2022-01-311-0/+5
| * Decrement the pending paired device counter only once per deviceJuha Vuolle2022-01-281-11/+21
| * Make Windows bluetooth to scan all found devices for servicesJuha Vuolle2022-01-273-39/+49
| * PingPong example: let the parent QObject do the cleanupIvan Solovev2022-01-241-2/+1
| * Android: fix signal order during service discoveryIvan Solovev2022-01-241-2/+3