summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-234-30/+208
|\
| * Improve bluetooth service discovery on macOS MontereyJuha Vuolle2022-02-182-11/+66
| * IOBluetooth: tweak a couple of classesTimur Pocheptsov2022-02-112-3/+12
| * Improve macOS classic bluetooth (server) SDP record creationJuha Vuolle2022-02-101-14/+36
| * IOBluetooth: fix SDP inquiry broken by MontereyTimur Pocheptsov2022-02-101-11/+101
| * IOBluetooth (device scan) - reduce the manual timeoutTimur Pocheptsov2021-12-291-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-104-8/+43
|\|
| * Bluetooth (Darwin): bail out early, if Info.plist is missingTimur Pocheptsov2021-11-242-0/+25
| * IOBluetooth: avoid over-retaining Obj-C entityTimur Pocheptsov2021-11-102-8/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-121-19/+46
|\|
| * IOBluetoothDeviceInquiry: manually interrupt Classic scanTimur Pocheptsov2021-09-101-19/+46
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-162-5/+19
|\|
| * 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
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2436-746/+746
|/
* Update commercial license headersTarja Sundqvist2021-02-0236-746/+746
* Remove usage of PRIVATE_ and PUBLIC_HEADERSOliver Wolff2019-10-111-4/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-181-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-2/+2
| |\
| | * Core/IO/Bluetooth - fix ambiguous conversionsTimur Pocheptsov2019-07-051-2/+2
* | | Service discovery agent - remove the public API implementation (macOS)Timur Pocheptsov2019-07-152-15/+8
* | | QBluetoothSocket - deduplicate the code (macOS)Timur Pocheptsov2019-07-157-147/+14
* | | LE/OSX: better use of recently introduced AuthorizationErrorKonstantin Ritt2019-07-081-0/+21
* | | QBluetoothServer - cleanup and de-duplicate codeTimur Pocheptsov2019-07-052-28/+10
* | | De-duplicate device discovery code (Darwin)Timur Pocheptsov2019-06-146-61/+33
* | | IO/CoreBluetooth - refactor the code a bitTimur Pocheptsov2019-05-086-3/+474
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-202-0/+25
|\|
| * CoreBluetooth: add a missing -peripheral:didModifyServices: methodTimur Pocheptsov2019-04-162-0/+25
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-092-31/+60
|\|
| * Fix potential bug in osxbtcentralmanagerTimur Pocheptsov2019-02-081-1/+3
| * Bluetooth LE scan - fix a crash (CoreBluetooth)Timur Pocheptsov2019-02-071-30/+57
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-2524-227/+302
|\|
| * CoreBluetooth - fix warnings ('-Wobjc-interface-ivars')Timur Pocheptsov2018-12-1820-98/+97
| * Fix broken timeout handling in osxbtcentral managerTimur Pocheptsov2018-12-184-100/+135
| * GCD timer - refactor and fix warningsTimur Pocheptsov2018-12-175-29/+70
* | Merge remote-tracking branch 'gerrit/5.12' into devAlex Blasche2018-10-161-5/+74
|\|
| * SDP records: handle ServiceID and ServiceClassIDList correctly (IOBluetooth)v5.12.0-beta2Timur Pocheptsov2018-10-111-5/+74
* | Deprecate QBluetoothDeviceInfo::DataCompleteness with Qt 6 in mindAlex Blasche2018-10-093-8/+7
|/
* Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-171-0/+12
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-153-6/+6
* QtBluetooth - handle timeous in characteristic writes (Darwin OS)Timur Pocheptsov2018-06-192-1/+10
* LE controller (CoreBluetooth) - handle timeoutsTimur Pocheptsov2018-06-042-36/+199
* Reimplement scan/manager state timeouts using GCD timerTimur Pocheptsov2018-05-313-99/+34
* Add G(rand)C(entral)D(ispatch) timeout handlerTimur Pocheptsov2018-05-313-1/+208
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-1/+1
| |\
| | * Disable compiler flag using proper qmake comment styleAlex Blasche2018-01-161-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-213-0/+15
|\| |
| * | CoreBluetooth - fix compilation errorsTimur Pocheptsov2017-11-023-0/+15
* | | Merge remote-tracking branch 'gerrit/5.10' into devAlex Blasche2017-10-175-11/+44
|\| |