summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'gerrit/5.9' into 5.10v5.10.0-beta3Alex Blasche2017-10-175-11/+25
| |\|
| | * IOBluetooth: warn about incorrent thread/runloopTimur Pocheptsov2017-10-112-2/+16
| | * CoreBluetooth - use the right enumerators/constants with SDK 10.13Timur Pocheptsov2017-09-061-2/+2
| | * Enable macOS 10.13 in QtBluetoothAlex Blasche2017-08-312-7/+7
| | * BTLE (CoreBluetooth) - prospective fixTimur Pocheptsov2017-07-162-8/+2
| * | CoreBluetooth - fix compilation errors for 10.13 SDKv5.10.0-beta2v5.10.0-beta1Timur Pocheptsov2017-10-041-0/+19
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-294-20/+20
* | | Simplify system frameworks includesJake Petroules2017-09-041-15/+2
* | | Remove 10.9 SDK workaroundJake Petroules2017-09-041-24/+0
|/ /
* | BTLE (CoreBluetooth) - prospective fixTimur Pocheptsov2017-07-112-8/+2
* | Register additional meta typesLars Schmertmann2017-03-301-2/+0
|/
* BTLE - prefer advertised name (CoreBluetooth)Timur Pocheptsov2017-01-131-6/+3
* Add "We mean it." comments to private headerFriedemann Kleint2016-12-021-0/+10
* LE peripheral manager - warn about value length limit (iOS)Timur Pocheptsov2016-11-154-2/+34
* LE peripheral - fix a characteristic's lengthTimur Pocheptsov2016-11-111-7/+10
* Emit descriptorWritten for notification/indication enabled/disabledTimur Pocheptsov2016-11-092-1/+14
* LE device scan - use advertisement data (iOS/macOS)Timur Pocheptsov2016-11-082-12/+50