summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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-233-35/+35
| * | | | | | | | | | | | 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-165-295/+185
| * | | | | | | | | | | | Windows: Removal of dead codeDenis Shienkov2015-10-142-80/+0
| * | | | | | | | | | | | Windows: Refactor code related to discovering of a remote devicesDenis Shienkov2015-10-148-637/+363
| * | | | | | | | | | | | Windows: Simplify code related to enumerating of a local radiosDenis Shienkov2015-10-135-94/+50
| * | | | | | | | | | | | Windows: Use the new signsl/slot syntaxDenis Shienkov2015-10-012-6/+6
| * | | | | | | | | | | | Merge branch 'dev' into winAlex Blasche2015-09-24127-5659/+2570
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add new readChar/readDesc symbols for WindowsAlex Blasche2015-05-181-0/+15
| * | | | | | | | | | | | | Merge branch 'dev' into wip/winAlex Blasche2015-05-1122-263/+1061
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'gerrit/dev' into wip/winAlex Blasche2015-04-0128-226/+789
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Update Digia headers to QtCompany headersAlex Blasche2015-03-0311-170/+121
| * | | | | | | | | | | | | | | Merge branch 'dev' into wip/winAlex Blasche2015-02-26331-2787/+2566
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into wip/winAlex Blasche2015-02-0270-1246/+1374
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add discovering of primary GATT services on WindowsDenis Shienkov2014-12-105-1/+307
| * | | | | | | | | | | | | | | | | Add native wrapper for BLE API on WindowsDenis Shienkov2014-12-082-0/+179
| * | | | | | | | | | | | | | | | | Add discovering for BLE devices on WindowsDenis Shienkov2014-12-046-33/+551
| * | | | | | | | | | | | | | | | | Merge branch 'dev' into wip/winAlex Blasche2014-12-0356-166/+4338
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Refactor of code for "classic" part on WindowsDenis Shienkov2014-12-019-246/+411
| * | | | | | | | | | | | | | | | | | Merge branch 'dev' into wip/winAlex Blasche2014-11-1386-102/+13143
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'gerrit/5.4' into wip/winAlex Blasche2014-10-1638-36/+133
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '5.4' into wip/winAlex Blasche2014-09-2617-80/+1048
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Make Windows compileAlex Blasche2014-09-121-8/+0
| * | | | | | | | | | | | | | | | | | | | | Merge branch '5.4' into wip/winAlex Blasche2014-09-08225-6463/+4303
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Moved Q_DECLARE_METATYPE outside of Qt namespaceDavid Weisgerber2014-09-011-1/+9
| * | | | | | | | | | | | | | | | | | | | | | Implement the QBluetoothDeviceDiscoveryAgent class on WindowsDenis Shienkov2014-09-013-13/+207
| * | | | | | | | | | | | | | | | | | | | | | Merge branch '5.4' into wip/winAlex Blasche2014-08-1556-424/+7287
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Share the native private code of QBluetoothLocalDeviceDenis Shienkov2014-07-232-15/+19
| * | | | | | | | | | | | | | | | | | | | | | | Implement the host modes for QBluetoothLocalDeviceDenis Shienkov2014-07-231-2/+70
| * | | | | | | | | | | | | | | | | | | | | | | Implement the initialization of QBluetoothLocalDeviceDenis Shienkov2014-07-233-8/+111
| * | | | | | | | | | | | | | | | | | | | | | | Implement QBluetoothLocalDevice::allDevices() methodDenis Shienkov2014-07-222-2/+40
| * | | | | | | | | | | | | | | | | | | | | | | Add a stub modules to compile on WindowsDenis Shienkov2014-07-167-0/+618
* | | | | | | | | | | | | | | | | | | | | | | | Fix QSet and QList related warningsAlex Blasche2019-08-082-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | Remove not needed documentation qualification for deviceUpdated()Alex Blasche2019-08-081-2/+0
* | | | | | | | | | | | | | | | | | | | | | | | Add ability to have multiple manufacturer data per manufacturer IDAlex Blasche2019-08-082-5/+25
* | | | | | | | | | | | | | | | | | | | | | | | Fix build with deprecated APIs disabled since 5.13Sona Kurazyan2019-08-073-3/+34
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-183-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-113-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-113-8/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | Core/IO/Bluetooth - fix ambiguous conversionsTimur Pocheptsov2019-07-053-8/+8
| * | | | | | | | | | | | | | | | | | | | | | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-092-0/+2
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Service discovery agent - remove the public API implementation (macOS)Timur Pocheptsov2019-07-156-402/+71
* | | | | | | | | | | | | | | | | | | | | | | QBluetoothServiceInfo - remove the code-duplicate (macOS)Timur Pocheptsov2019-07-154-321/+93
* | | | | | | | | | | | | | | | | | | | | | | QBluetoothSocket - deduplicate the code (macOS)Timur Pocheptsov2019-07-1514-773/+367
* | | | | | | | | | | | | | | | | | | | | | | LE/OSX: better use of recently introduced AuthorizationErrorKonstantin Ritt2019-07-081-0/+21