summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix QBluetoothSocket::socketDescriptor() for BlueZ DBusAlex Blasche2018-08-091-0/+3
* | Shift close/abort signaling from QBluetoothSocket to private implementationsAlex Blasche2018-08-095-19/+28
* | Implement QBluetoothSocket Client support for Bluez5 DBusAlex Blasche2018-08-097-15/+640
* | Add new Profile1 Interface from Bluez DBusAlex Blasche2018-08-035-0/+113
* | Rename profile1_p to profilemanager1_pAlex Blasche2018-08-035-9/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-312-8/+10
|\|
| * Cleanup meaningless code in QBluetoothSocketAlex Blasche2018-07-261-1/+1
| * fix use of default constructed QBluetoothSocketEric Lemanissier2018-07-232-9/+11
* | Small QBluetoothSocketDummy header fix upAlex Blasche2018-07-251-2/+3
* | Rename qbluetoothsocket_p files to qbluetoothsocket_dummyAlex Blasche2018-07-254-9/+9
* | Add override to all overridden QBluetoothSocketPrivate functionsAlex Blasche2018-07-255-103/+102
* | Move QBluetoothSocket::connectToService() to private implementationsAlex Blasche2018-07-2512-134/+384
* | Rename QBluetoothSocketBasePrivate::connectToService()Alex Blasche2018-07-2512-23/+23
* | Rename the final interface for the QBluetoothSocketPrivate dummyAlex Blasche2018-07-255-51/+45
* | Add QBluetoothSocketPrivate interface for WinRTAlex Blasche2018-07-257-71/+169
* | Add QBluetoothSocketPrivate interface for AndroidAlex Blasche2018-07-259-97/+189
* | Add separate interfaces for QBluetoothSocketPrivate on LinuxAlex Blasche2018-07-2513-62/+431
* | Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-2513-190/+343
* | Mark classes derived from QLowEnergyControllerPrivate as finalAlex Blasche2018-07-245-10/+10
* | QBluetoothSocket - fix info message (IOBluetooth)Timur Pocheptsov2018-07-231-1/+1
* | winrt: Only emit characteristicWritten if WriteWithResponse was setOliver Wolff2018-07-181-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-031-8/+24
|\|
| * Fix crash in QLEController caused by random device disconnectAlex Blasche2018-06-261-8/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-262-1/+10
|\|
| * QtBluetooth - handle timeous in characteristic writes (Darwin OS)Timur Pocheptsov2018-06-192-1/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-191-0/+3
|\|
| * Fix QLEController::connectToDevice() on reconnect behaviorAlex Blasche2018-06-181-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-0410-143/+469
|\|
| * 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
| * Properly invalidate services when calling disconnectService() on BlueZAlex Blasche2018-05-293-7/+28
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-084-7/+17
|\|
| * Make Adapter1.RemoveDevice() call asyncAlex Blasche2018-05-041-7/+11
| * Add missing emission of readChannelFinished()Alex Blasche2018-05-043-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-243-5/+84
|\|
| * General QML version bump in docs and qmltypesAlex Blasche2018-04-191-1/+1
| * Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-171-2/+6
| * BlueZ: Ensure that QLEController::remoteName() has a valueAlex Blasche2018-04-171-2/+77
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-172-2/+12
|\|
| * Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-161-0/+6
| * BlueZ: Fix crash when discovering GATT service without readable itemsAlex Blasche2018-04-161-2/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-2/+3
|\|
| * Fix missing includev5.11.0-beta4Alex Blasche2018-04-091-0/+1
| * Add missing headers while generating DBus interfacesLisandro Damián Nicanor Pérez Meyer2018-04-091-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-244-13/+26
|\|
| * Ensure that BTLE scan works if app has ACCESS_FINE_LOCATIONv5.11.0-beta3Alex Blasche2018-03-211-10/+20
| * Fix compiler warningAlex Blasche2018-03-211-0/+3
| * Fix shadow warningAlex Blasche2018-03-212-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-132-9/+12
|\|