summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserver_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Port simple cases of count() to size()Marc Mutz2022-04-111-2/+2
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-1/+1
* Add support for QBluetoothServer::serverAddress() on WindowsJuha Vuolle2022-03-251-1/+7
* Remove unnecessary variable inits in bluetooth serversJuha Vuolle2022-03-251-5/+1
* Add Windows COM initializations on BluetoothJuha Vuolle2022-03-241-2/+2
* Unify Windows logging categoriesAndreas Buhr2021-04-121-7/+7
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-1/+1
* rename error signals to errorOccurredAndreas Buhr2021-03-221-2/+2
* Remove winrtOliver Wolff2020-07-021-20/+7
* winrt: Avoid possible hang in QBluetoothServer::hasPendingConnectionsOliver Wolff2020-02-111-0/+1
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-051-2/+4
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-1/+1
* Add QBluetoothSocketPrivate interface for WinRTAlex Blasche2018-07-251-1/+1
* windows: Make sure everything is properly CoInitialized on desktop useOliver Wolff2017-08-301-0/+9
* Add configure test to detect presence of winrt APIOliver Wolff2017-08-301-0/+3
* winrt: Fix crash in QBluetoothServer::nextPendingConnectionOliver Wolff2017-08-041-0/+2
* winrt: Use custom setSocketDescriptor functionOliver Wolff2017-02-031-1/+1
* winrt: Register callbacks in Xaml threadOliver Wolff2017-02-031-5/+11
* winrt: maxPendingConnections must be lower than currently pending connectionsOliver Wolff2017-02-031-0/+6
* winrt: Add bluetooth server supportOliver Wolff2017-01-311-0/+243