kdeconnect-kde/core
Saikrishna Arcot d711547ab5
Add initial Bluetooth backend implementation.
KDE Connect runs, and the bluetooth service gets published in the SDP
(service discovery protocol), which other devices use to determine what
services are available.

The getPairedDevices() method in the link provider class uses D-Bus to get
the list of paired devices, since Qt doesn't have a method giving that
information. As a result, that part of the code only works on Linux.

REVIEW: 122174
2017-05-24 23:54:58 +02:00
..
backends Add initial Bluetooth backend implementation. 2017-05-24 23:54:58 +02:00
CMakeLists.txt Add initial Bluetooth backend implementation. 2017-05-24 23:54:58 +02:00
core_debug.cpp Define the debug category in core_debug.cpp 2016-11-28 15:57:58 +01:00
core_debug.h Added debug function to print a stack trace 2016-06-01 12:43:34 +02:00
daemon.cpp Add initial Bluetooth backend implementation. 2017-05-24 23:54:58 +02:00
daemon.h Added an option to the cli to return your own device id 2017-02-24 22:37:22 +01:00
dbushelper.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
dbushelper.h Fix various krazy2 warnings 2015-08-21 22:38:54 +06:00
device.cpp Expose pair requests on the KCM 2017-02-20 21:00:26 +01:00
device.h Expose pair requests on the KCM 2017-02-20 21:00:26 +01:00
filetransferjob.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
filetransferjob.h Fixed filetransferjob broken after adding icons. 2017-05-07 20:16:19 +02:00
kdeconnectconfig.cpp Fixed QStrings not being passed by ref 2016-11-26 16:36:34 +01:00
kdeconnectconfig.h Fixed QStrings not being passed by ref 2016-11-26 16:36:34 +01:00
kdeconnectplugin.cpp Reduce API exposed through dbus 2017-01-10 18:15:01 +01:00
kdeconnectplugin.h Reduce API exposed through dbus 2017-01-10 18:15:01 +01:00
kdeconnectplugin_config.cpp Add initial Bluetooth backend implementation. 2017-05-24 23:54:58 +02:00
kdeconnectplugin_config.h Add initial Bluetooth backend implementation. 2017-05-24 23:54:58 +02:00
kdeconnectpluginconfig.cpp Do not use a location under home as mount point 2017-02-18 16:14:51 +01:00
kdeconnectpluginconfig.h Do not use a location under home as mount point 2017-02-18 16:14:51 +01:00
Messages.sh Figure out Messages.sh after code refactoring 2014-06-17 18:45:47 +02:00
networkpackage.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
networkpackage.h Remove commented code 2016-07-06 00:59:37 +02:00
networkpackagetypes.h Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
pluginloader.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
pluginloader.h Make capabilities static 2016-07-06 17:37:22 +02:00