15 lines
195 B
Python
15 lines
195 B
Python
import tuned.plugins
|
|
import tuned.log
|
|
|
|
log = tuned.log.get()
|
|
|
|
class BluetoothPlugin(tuned.plugins.RFKillPlugin):
|
|
"""
|
|
Plugin for tuning bluetooth devices.
|
|
"""
|
|
|
|
#
|
|
# TODO: ticket #24
|
|
#
|
|
|
|
pass
|