summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* qbluetoothsocket_winrt: Fix clang warningsOliver Wolff2019-06-181-18/+46
* qbluetoothsocket_winrt: Use recommended service connection approach if possibleOliver Wolff2019-05-271-17/+47
* Fix clang-cl errors about narrowing conversionsKai Koehne2019-04-081-1/+1
* winrt: Add missing error handling in connectToServiceHelperOliver Wolff2018-08-161-1/+2
* QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-161-3/+0
* Shift close/abort signaling from QBluetoothSocket to private implementationsAlex Blasche2018-08-091-1/+15
* Move QBluetoothSocket::connectToService() to private implementationsAlex Blasche2018-07-251-0/+99
* Rename QBluetoothSocketBasePrivate::connectToService()Alex Blasche2018-07-251-1/+1
* Add QBluetoothSocketPrivate interface for WinRTAlex Blasche2018-07-251-32/+31
* Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-251-7/+2
* winrt: Properly close the bluetooth socketOliver Wolff2018-02-271-0/+9
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-021-0/+5
|\
| * Windows: Cancel and close the operation before deleting the SocketWorkerAndy Shaw2018-01-261-0/+4
| * Initialize the discoveryAgent variable to 0Andy Shaw2018-01-241-0/+1
* | Add configure test to detect presence of winrt APIOliver Wolff2017-08-301-0/+3
* | Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-08-071-0/+15
|\|
| * winrt: Check for valid m_socketObject before accessing socket informationOliver Wolff2017-08-021-0/+15
* | Add support for QBluetoothSocket::RemoteHostClosedError on Win UWPAlex Blasche2017-07-101-1/+4
|/
* Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-291-0/+5
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-291-0/+5
* winrt: Set proper socket state in setSocketDescriptorOliver Wolff2017-02-031-0/+1
* winrt: Use custom setSocketDescriptor functionOliver Wolff2017-02-031-7/+13
* winrt: Register callbacks in Xaml threadOliver Wolff2017-02-031-9/+15
* winrt: Add bluetooth server supportOliver Wolff2017-01-311-5/+16
* winrt: Fix wrong function name in invokeMethod in bluetooth socketOliver Wolff2017-01-301-1/+1
* winrt: Add bluetooth socket supportOliver Wolff2017-01-201-0/+644