bluetooth plugin: create new, derive from rfkill base
This commit is contained in:
parent
21e2d51b50
commit
aa1a737ba0
1 changed files with 15 additions and 0 deletions
15
tuned/plugins/plugin_bluetooth.py
Normal file
15
tuned/plugins/plugin_bluetooth.py
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue