summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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-2440-96/+513
|\|
| * Fix Bluez BT LE battery readingJuha Vuolle2022-05-121-11/+51
| * Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-103-29/+84
| * includemocsMarc Mutz2022-05-1018-0/+36
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-2316-114/+352
|\|
| * 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
| * 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-1011-56/+155
|\|
| * QBluetoothSocket Windows: check that host info is availableIvan Solovev2021-12-101-12/+21
| * QBluetoothSocket Windows: fix localAddress and peerAddressIvan Solovev2021-12-101-2/+13
| * QBluetoothSocket Windows: actually query remote portIvan Solovev2021-12-081-1/+1
| * CoreBluetooth: fix warning message concatenationTimur Pocheptsov2021-11-261-1/+1
| * Windows: fix object destruction order when terminating helper threadsIvan Solovev2021-11-262-3/+3
| * Bluetooth (Darwin): bail out early, if Info.plist is missingTimur Pocheptsov2021-11-245-25/+91
| * Fix thread affinity for charListObtained slotIvan Solovev2021-11-242-7/+4
| * IOBluetooth: avoid over-retaining Obj-C entityTimur Pocheptsov2021-11-103-8/+24
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-127-489/+657
|\|
| * Refactor characteristics read for WinRTIvan Solovev2021-10-131-171/+120