diff --git a/tuned/plugins/plugin_bluetooth.py b/tuned/plugins/plugin_bluetooth.py new file mode 100644 index 0000000..7c4787f --- /dev/null +++ b/tuned/plugins/plugin_bluetooth.py @@ -0,0 +1,15 @@ +import tuned.plugins +import tuned.log + +log = tuned.log.get() + +class BluetoothPlugin(tuned.plugins.RFKillPlugin): + """ + Plugin for tuning bluetooth devices. + """ + + # + # TODO: ticket #24 + # + + pass