summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Assorted int/qsizetype fixesMarc Mutz2022-05-101-1/+1
* Fix some signed/unsigned mismatchesMarc Mutz2022-05-101-1/+1
* Add Windows COM initializations on BluetoothJuha Vuolle2022-03-241-0/+2
* Windows: Fix bufferFromAttribute for QBluetoothUuidsOliver Wolff2022-01-211-6/+4
* Remove metatype related deprecation warnings from WinRT backendJuha Vuolle2021-09-131-2/+2
* Remove string-related compilation warnings in WinRT backendJuha Vuolle2021-09-131-1/+1
* Unify Windows logging categoriesAndreas Buhr2021-04-121-36/+36
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-1/+1
* Remove winrtOliver Wolff2020-07-021-16/+4
* Ensure SDP records can be byte arrays/hex encodedAlex Blasche2019-02-151-0/+8
* winrt: Small code cleanupOliver Wolff2018-11-161-2/+1
* 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
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-2/+3
* winrt: Handle UUID cases in service registrationOliver Wolff2018-08-151-13/+11
* 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.9' into 5.10Liang Qi2017-11-151-1/+6
|\
| * winrt: Do not assert when registering a service without a local BT adapterOliver Wolff2017-11-031-1/+6
* | Add configure test to detect presence of winrt APIOliver Wolff2017-08-301-0/+3
|/
* winrt: Accept malformed profile descriptor list from applicationsOliver Wolff2017-02-081-0/+72
* winrt: Add bluetooth server supportOliver Wolff2017-01-311-0/+378