summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/bluez.pri
Commit message (Collapse)AuthorAgeFilesLines
* Use connman with bluetooth only if networksettings are availableSami Nurmenniemi2017-12-191-3/+8
| | | | | | | Task-number: QTBUG-64693 Change-Id: Id2ce5342a0749d123a499c6c519d5ae2e6c3cae9 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bluetooth on/off switch now enables/disables bluetooth deviceSami Nurmenniemi2017-11-221-1/+3
| | | | | | | Task-number: QTBUG-64230 Change-Id: I151933f74f459f245822a5986b009d686ce6fdfd Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix issue when no Bluetooth device is availableTeemu Holappa2017-05-031-2/+2
| | | | | | | | | | Added async scan of the bluetooth adapter. Done some cleanup to the public class. Task-number: QTBUG-57676 Change-Id: Ia845f2f8c18fb8272160167482e5124c0b43fee7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-171-0/+15
Separated C++ and Qml interfaces. All the UI's from plugins are moved to the settingsui folder. Change-Id: Id6a6623346b18321357bc42d24121c4d9cdfd098 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>