summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-051-25/+18
* win32-bt: fix warnings related to comparisons and initializersLubomir I. Ivanov2019-02-131-5/+5
* win32: inline unnecessary functions in qbluetooth*discoveryagentEric Lemanissier2018-06-251-45/+28
* win32: make bluetooth tst_startStopDeviceDiscoveries passEric Lemanissier2018-06-211-2/+2
* win32: modernize qbluetooth*discoveryagentEric Lemanissier2018-06-211-23/+18
* win32: remove usage of QFuture in qbluetoothdevicediscoveryagentLubomir I. Ivanov (VMware)2018-05-291-21/+42
* Update license information for Windows filesLubomir I. Ivanov (VMware)2018-02-201-14/+20
* Improve processing of discovered deviceDenis Shienkov2017-06-201-33/+27
* Fix classic and LE devices discoveryDenis Shienkov2017-06-191-65/+148
* Get rid of QList in favor to QVector where possibleDenis Shienkov2017-06-121-9/+7
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-06-071-3/+2
* Use std::find_if to check for local adapter addressDenis Shienkov2017-06-071-9/+7
* Replace 'forever' macro with 'for (;;)' statementDenis Shienkov2017-06-071-1/+1
* Initialize lowEnergySearchTimeout with -1Denis Shienkov2017-06-071-0/+1
* Merge remote-tracking branch 'gerrit/5.9' into wip/winAlex Blasche2017-05-121-2/+11
* Windows: Rename variables which is the system handlesDenis Shienkov2015-10-231-15/+15
* Windows: Refactor code related to discovering of a remote devicesDenis Shienkov2015-10-141-229/+327
* Windows: Simplify code related to enumerating of a local radiosDenis Shienkov2015-10-131-13/+3
* Windows: Use the new signsl/slot syntaxDenis Shienkov2015-10-011-4/+4
* Update Digia headers to QtCompany headersAlex Blasche2015-03-031-22/+14
* Add discovering for BLE devices on WindowsDenis Shienkov2014-12-041-30/+185
* Refactor of code for "classic" part on WindowsDenis Shienkov2014-12-011-109/+100
* Moved Q_DECLARE_METATYPE outside of Qt namespaceDavid Weisgerber2014-09-011-1/+9
* Implement the QBluetoothDeviceDiscoveryAgent class on WindowsDenis Shienkov2014-09-011-11/+172
* Add a stub modules to compile on WindowsDenis Shienkov2014-07-161-0/+82