summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix case of setupapi.h for mingw-w64Marius Kittler2020-03-031-1/+1
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-051-40/+50
* win32-ble: store service handles until a service is destroyedLubomir I. Ivanov (VMware)2018-08-011-37/+32
* win32: remove usage of QFuture in qbluetoothdevicediscoveryagentLubomir I. Ivanov (VMware)2018-05-291-0/+2
* qlecontroller_win: read descriptors in a separate threadLubomir I. Ivanov (VMware)2018-03-291-26/+48
* qlecontroller_win: write descriptors in a separate threadLubomir I. Ivanov (VMware)2018-03-291-62/+83
* qlecontroller_win: read characteristics in a separate threadLubomir I. Ivanov (VMware)2018-03-291-23/+39
* Add a thread for QLowEnergyControllerPrivateWin32Lubomir I. Ivanov (VMware)2018-02-281-29/+97
* qlecontroller_win: use lastIndexOf() in getDeviceAddress()Lubomir I. Ivanov (VMware)2018-02-281-1/+1
* qlecontroller_win: fix GetLastError() bug in getServiceSystemPath()Lubomir I. Ivanov (VMware)2018-02-281-2/+3
* Reduce quantity of "reinterpret_cast" callsDenis Shienkov2018-02-281-9/+14
* Use WIN32_FROM_HRESULT macro to decode BLE system errorsDenis Shienkov2018-02-281-47/+65
* Update license information for Windows filesLubomir I. Ivanov (VMware)2018-02-201-14/+20
* Merge remote-tracking branch 'gerrit/dev' into winAlex Blasche2017-11-151-22/+20
* Fix crash at access to unexistent controller objectDenis Shienkov2017-06-131-1/+15
* Pass a device address to correctly search its service system pathDenis Shienkov2017-06-131-11/+27
* Fix possible leaking of system handlesDenis Shienkov2017-06-131-2/+7
* Use 'const' keyword a bit moreDenis Shienkov2017-06-081-6/+6
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-06-071-3/+3
* Replace 'forever' macro with 'for (;;)' statementDenis Shienkov2017-06-071-6/+6
* Merge remote-tracking branch 'gerrit/5.9' into wip/winAlex Blasche2017-05-121-3/+28
* Windows: Implement the descriptor reading and writingDenis Shienkov2015-11-031-7/+333
* Windows: Detect the end handle of a serviceDenis Shienkov2015-10-281-0/+16
* Windows: Implement the characteristic writingDenis Shienkov2015-10-271-4/+79
* Windows: Implement the characteristic readingDenis Shienkov2015-10-261-2/+91
* Windows: Rename variables which is the system handlesDenis Shienkov2015-10-231-19/+19
* Windows: Introduce a function to open the system serviceDenis Shienkov2015-10-231-20/+28
* Add missed returns from the service details discovery functionDenis Shienkov2015-10-231-0/+2
* Windows: Introduce a function for QBluetoothUuid creationDenis Shienkov2015-10-231-14/+12
* Windows: Implement service details discoveringDenis Shienkov2015-10-221-5/+364
* Windows: Refactor code related to a services discoveringDenis Shienkov2015-10-161-113/+128
* Windows: Refactor code related to discovering of a remote devicesDenis Shienkov2015-10-141-37/+20
* Windows: Use the new signsl/slot syntaxDenis Shienkov2015-10-011-2/+2
* Add new readChar/readDesc symbols for WindowsAlex Blasche2015-05-181-0/+15
* Update Digia headers to QtCompany headersAlex Blasche2015-03-031-8/+7
* Add discovering of primary GATT services on WindowsDenis Shienkov2014-12-101-0/+249