summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Implement handling of BTLE Battery servicesAlex Blasche2018-09-147-16/+299
* Remove dead/unused member variablev5.12.0-alpha1Alex Blasche2018-09-112-4/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-081-1/+5
|\
| * winrt: Do proper error handling if connecting to a LE device failsOliver Wolff2018-08-311-1/+5
* | Doc: Remove empty section in Qt NFC example overview pagePaul Wicking2018-09-071-2/+0
* | Fix QNearFieldManager related override warningsAlex Blasche2018-09-035-27/+29
* | Ensure that local services have state LocalServiceAlex Blasche2018-08-302-4/+6
* | Fix LEController peripheral mode on BlueZAlex Blasche2018-08-301-1/+5
* | Normalize QObject::connect() statementsAlex Blasche2018-08-299-104/+111
* | qRegisterMetaType for QBluetoothServiceInfoAlex Blasche2018-08-281-0/+1
* | Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-2450-196/+171
* | Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signalAlex Blasche2018-08-236-10/+93
* | Spell QBluetoothDeviceInfo::manufacturerIds correctlyShawn Rutledge2018-08-212-2/+2
* | Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-211-1/+1
* | Add Qt 6 API todoAlex Blasche2018-08-211-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-4/+10
|\|
| * Android: Fix QBluetoothServiceDiscoveryAgent::uuidFilter() behaviorAlex Blasche2018-08-151-4/+10
* | Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-176-7/+108
* | Enable new QBluetoothSocket backend for dbus sockets on Bluez 5.46+Alex Blasche2018-08-161-20/+22
* | Ensure that QBluetoothServer works with new DBus based socketsAlex Blasche2018-08-164-12/+46
* | winrt: Properly handle sequences in SDP registrationOliver Wolff2018-08-161-12/+25
* | winrt: Properly handle strings in SDP registrationOliver Wolff2018-08-161-11/+40
* | winrt: Add helper functionality for more complex sdp typesOliver Wolff2018-08-161-1/+44
* | winrt: Add missing error handling in connectToServiceHelperOliver Wolff2018-08-161-1/+2
* | QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-165-20/+16
* | Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-1542-95/+134
* | winrt: Handle UUID cases in service registrationOliver Wolff2018-08-151-13/+11
* | Bluez: Fix missing signalling for QBluetoothSocket::abortAlex Blasche2018-08-151-0/+7
* | Android: Fix missing connected() signal emission for QBluetoothSocketAlex Blasche2018-08-141-1/+1
* | winrt: Support additional data types for service registrationOliver Wolff2018-08-131-18/+55
* | winrt: Unify logging format and give additional informationOliver Wolff2018-08-131-8/+11
* | winrt: Make device radio discoverable when listening on socketOliver Wolff2018-08-131-2/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-111-61/+63
|\|
| * QBluetoothServiceInfo - disentangle q<->d madnessTimur Pocheptsov2018-08-091-61/+63
* | 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
* | Fix minimal Android version for NFC (needs v18)Alex Blasche2018-07-271-0/+1
* | 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