summaryrefslogtreecommitdiffstats
path: root/src
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-042-4/+5
|\
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-098-42/+135
|\|
| * 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
| * Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-302-0/+9
* | 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-2444-105/+584
|\|
| * 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
| * Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-248-6/+209
| * 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-2317-618/+892
|\|
| * Add QIODevice::canReadLine call to QBluetoothSocketJuha Vuolle2022-03-171-1/+1
| * Handle LE enhanced connection complete in Bluez peripheralJuha Vuolle2022-03-081-2/+4
| * Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-221-0/+4
| * 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
| * 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-272-39/+26
| * Android: fix signal order during service discoveryIvan Solovev2022-01-241-2/+3
| * IOBluetooth (device scan) - reduce the manual timeoutTimur Pocheptsov2021-12-291-1/+3
| * Android BT LE Client thread protection improvementJuha Vuolle2021-12-211-504/+540
| * Windows QBluetoothSocket: fix crash at disconnectingIvan Solovev2021-12-151-2/+17
| * Windows QBluetoothSocket: remove unneeded variable from SocketWorkerIvan Solovev2021-12-141-22/+4
| * QLowEnergyController Windows: fix early disconnect crash on Win 11Ivan Solovev2021-12-141-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1013-194/+459
|\|
| * QBluetoothSocket Windows: check that host info is availableIvan Solovev2021-12-101-12/+21
| * Thread protection for Android BT LE ServerJuha Vuolle2021-12-101-176/+286
| * QBluetoothSocket Windows: fix localAddress and peerAddressIvan Solovev2021-12-101-2/+13
| * QBluetoothSocket Windows: actually query remote portIvan Solovev2021-12-081-1/+1