summaryrefslogtreecommitdiff
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QLowEnergyControllerWinRT: refactor connection to deviceIvan Solovev2021-10-112-224/+358
| * Move connecting to a LE device to background on WindowsJuha Vuolle2021-09-224-4/+23
| * QLowEnergyController(WinRT): introduce timeout for connectionIvan Solovev2021-09-211-2/+19
| * winrt: Protect from late AdvertisementReceived callbackIvan Solovev2021-09-211-97/+109
| * IOBluetoothDeviceInquiry: manually interrupt Classic scanTimur Pocheptsov2021-09-101-19/+46
| * Bluetooth docs: mention the Apple's specific requirementsTimur Pocheptsov2021-09-071-0/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-164-79/+231
|\ \ | |/
| * Doc: Fix typoPaul Wicking2021-07-261-1/+1
| * QWinRTBluetoothDeviceDiscoveryWorker: Add error handlingOliver Wolff2021-07-202-66/+221
| * Improve detection of enabled location service on SDK<28Andreas Buhr2021-07-121-12/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-163-10/+23
|\ \ | |/
| * Fix "loop variable creates a copy" warningKonstantin Ritt2021-05-171-2/+2
| * Prefer QChar over QString that consists of a single QCharKonstantin Ritt2021-05-171-3/+2
| * CoreBluetooth: add a workaround to enable using scan optionsTimur Pocheptsov2021-05-111-1/+9
| * Backport a fix from Qt 6 (stop using a deprecated API)Timur Pocheptsov2021-05-071-4/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-075-11/+23
|\ \ | |/
| * Always call setOpenMode before setSocketStateAndreas Buhr2021-03-233-6/+8
| * Fix bug: Let QBluetoothsocket::close emit disconnected only onceAndreas Buhr2021-03-221-1/+0
| * Change tst_qlowenergycontroller to wait for disconnectsAndreas Buhr2021-02-262-0/+6
| * Correct error handling in QLowEnergyControllerPrivateBluezDBUSAndreas Buhr2021-02-251-4/+9
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24206-4250/+4250
|/
* Fix error handling in BlueZ connectToServiceHelperAndreas Buhr2021-02-122-5/+20
* Add server role to BlueZ service registrationAndreas Buhr2021-02-121-0/+1
* Update commercial license headersTarja Sundqvist2021-02-02206-4250/+4250
* QLowEnergyController (Darwin) - restore the logic we had in 5.12Timur Pocheptsov2020-09-091-4/+9
* Update connects to QSocketNotifier::activatedv5.15.0-rc2v5.15.0-rc1v5.15.05.15.0MÃ¥rten Nordheim2020-04-292-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-0/+1
|\
| * QLowEnergyControllerPrivateWinRT::connectToDevice: Return early if LE device ...Oliver Wolff2020-03-241-0/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Qt Forward Merge Bot2020-03-073-3/+9
|\ \ | |/
| * support building with clang and libc++Denis Pronin2020-03-051-0/+1
| * Fix case of setupapi.h for mingw-w64Marius Kittler2020-03-031-1/+1
| * Support characteristic Write Without Response on BlueZ 5.50+Alex Blasche2020-03-031-2/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-0/+2
|\ \ | |/
| * Android: Ensure that LE errors are forwarded from JNI to QtAlex Blasche2020-02-261-0/+2
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-271-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-222-8/+55
|\ \ | |/
| * Grant ACCESS_FINE_LOCATION to QtBluetoothAlex Blasche2020-02-211-0/+1
| * Ensure that a failing classic discovery doesn't prevent LE scanAlex Blasche2020-02-211-8/+16
| * Add location-turned-on check before starting device discoveryAlex Blasche2020-02-211-0/+38