summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bail out early if Bluetooth is used on an unsupported Windows versionv5.10.0-alpha1Oliver Wolff2017-08-302-1/+39
* winrt: Use config feature when checking for winrt backend in auto testsOliver Wolff2017-08-307-18/+26
* Add missing qtnfcglobal_p.hOliver Wolff2017-08-302-0/+60
* Add missing qtbluetoothglobal_p.hOliver Wolff2017-08-302-0/+60
* Rename qnfcglobal.h to qtnfcglobal.hOliver Wolff2017-08-3025-26/+24
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-3029-27/+29
* windows: Make sure everything is properly CoInitialized on desktop useOliver Wolff2017-08-302-0/+15
* Add configure test to detect presence of winrt APIOliver Wolff2017-08-3011-6/+146
* Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-08-078-3/+50
|\
| * Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()Alex Blasche2017-08-042-0/+11
| * winrt: Fix crash in QBluetoothServer::nextPendingConnectionOliver Wolff2017-08-041-0/+2
| * winrt: "Fix" tst_qbluetoothlocaldeviceOliver Wolff2017-08-041-1/+14
| * winrt: Fix tst_QBluetoothServerOliver Wolff2017-08-041-0/+2
| * winrt: Make tst_QLowEnergyController pass if no remote device was givenOliver Wolff2017-08-041-1/+5
| * winrt: Check for valid m_socketObject before accessing socket informationOliver Wolff2017-08-021-0/+15
| * Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* | winrt: Ensure that QLowEnergyController::RemoteHostClosedError is emittedOliver Wolff2017-08-021-0/+5
* | Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-07-265-43/+142
|\|
| * Windows: Fix namespaced buildOliver Wolff2017-07-264-10/+12
| * Android: Avoid hanging in desc or char read during service discoveryAlex Blasche2017-07-181-4/+5
| * Add ability to negotiate the MTU on BTLE AndroidAlex Blasche2017-07-181-29/+125
| * BTLE (CoreBluetooth) - prospective fixTimur Pocheptsov2017-07-162-8/+2
* | Use Bluez's SetDiscoveryFilter to control the device discovery methodAlex Blasche2017-07-243-6/+38
* | Provide means to select the Bluetooth discovery type on BlueZAlex Blasche2017-07-243-10/+21
* | Enable default services for all central use cases on BlueZAlex Blasche2017-07-201-3/+3
* | Make bluez compile test pass againAlex Blasche2017-07-192-0/+9
* | iOS: Do not include qlowenergycontroller_p.cpp if not neededAlex Blasche2017-07-181-3/+1
* | Add support for QBluetoothSocket::RemoteHostClosedError on BlueZAlex Blasche2017-07-122-1/+7
* | BTLE (CoreBluetooth) - prospective fixTimur Pocheptsov2017-07-112-8/+2
* | LE/Android: Handle "connection reset by remote device" errorsKonstantin Ritt2017-07-101-0/+6
* | Add support for QBluetoothSocket::RemoteHostClosedError on Win UWPAlex Blasche2017-07-101-1/+4
* | Add debug output for QBluetoothSocket::UnsupportedProtocolErrorAlex Blasche2017-07-102-0/+6
* | Add error flag for use case when the remote peer closes the connectionAlex Blasche2017-07-105-0/+11
* | QLowEnergyController: introduce ConnectionClosedErrorKonstantin Ritt2017-07-102-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0650-128/+10076
|\|
| * winrt: Do not emit canceled in timeout case in device discoveryOliver Wolff2017-07-042-17/+1
| * lowenergyscanner: Use new connect syntaxOliver Wolff2017-07-041-18/+18
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-301-0/+67
| |\
| | * Add changes file for 5.9.1v5.9.1Alex Blasche2017-06-231-0/+67
| * | Bump versionOswald Buddenhagen2017-06-301-1/+1
| * | Update binary compatibility files for Qt 5.9.0 for QtConnectivityMilla Pohjanheimo2017-06-302-0/+9100
| * | Update doc for QBluetoothDeviceDiscoveryAgent::deviceDiscovered()Alex Blasche2017-06-291-1/+9
| * | Device discovery (CoreBluetooth): report duplicates in case LE scan has timeo...Timur Pocheptsov2017-06-291-1/+1
| * | Continuously emit deviceDiscovered() signal during never-ending dev discoveryAlex Blasche2017-06-292-2/+2
| * | Android: Do not emit QBluetoothSocket::bytesWritten() if write() failedAlex Blasche2017-06-291-1/+1
| * | Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-296-1/+22
| * | Btchat example should be fullscreen on mobileAlex Blasche2017-06-291-0/+4
| * | Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-298-1/+33
| * | Adjust btchat example to Android UUID SDP discovery bugAlex Blasche2017-06-282-0/+15
| * | Improve pingpong exampleAlex Blasche2017-06-284-21/+32