From 46d4ad6f0e470049fee1236e93f2e8f8191da72b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 14 Oct 2013 18:27:17 -0500 Subject: omit the rfkill killswitch altogether, leaving on/off to bluez via org.bluez.Adapter's Powered property --- src/main.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.vala b/src/main.vala index caee3b3..828a96b 100644 --- a/src/main.vala +++ b/src/main.vala @@ -26,7 +26,7 @@ public static int main (string[] args) Intl.textdomain (Config.GETTEXT_PACKAGE); // create the backend - var bluetooth = new Bluez (new RfKillSwitch ()); + var bluetooth = new Bluez (null); // start the service var service = new Service (bluetooth); -- cgit v1.2.3