summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Mark QBluetoothSockets as unbuffered on WindowsJuha Vuolle2022-03-241-2/+4
* Add Windows COM initializations on BluetoothJuha Vuolle2022-03-241-0/+2
* QBluetoothSocket Windows: remove unneeded mutexIvan Solovev2021-12-101-6/+0
* Windows QBluetoothSocket: fix crash at disconnectingIvan Solovev2021-12-101-2/+17
* Windows QBluetoothSocket: remove unneeded variable from SocketWorkerIvan Solovev2021-12-101-22/+4
* QBluetoothSocket Windows: check that host info is availableIvan Solovev2021-12-071-12/+21
* QBluetoothSocket Windows: actually query remote portIvan Solovev2021-12-071-1/+1
* QBluetoothSocket Windows: fix localAddress and peerAddressIvan Solovev2021-12-071-2/+13
* Better naming of member variables in QBluetoothSocketBasePrivateAndreas Buhr2021-09-011-20/+20
* Unify Windows logging categoriesAndreas Buhr2021-04-121-11/+11
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-1/+1
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-52/+52
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-1/+1
* Remove winrtOliver Wolff2020-07-021-66/+47
* Use QList instead of QVectorJarek Kobus2020-06-251-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-1/+1
* 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