1
0
Fork 0
tuned/tuned/plugins/plugin_bluetooth.py

13 lines
189 B
Python

import rfkill
class BluetoothPlugin(rfkill.RFKillPlugin):
"""
Plugin for tuning bluetooth devices.
"""
#
# TODO: ticket #24
#
def _post_init(self):
self._dynamic_tuning = False