From a3a5b70964b0c817729c1ab981b2ca2e8a6fe563 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Vitor?= Date: Sun, 18 Jan 2015 00:40:15 -0300 Subject: [PATCH] bluetooth: disable rfkill for usb bluetooth --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index e828d61..906f081 100644 --- a/init.sh +++ b/init.sh @@ -48,6 +48,7 @@ function init_hal_bluetooth() rmmod ath3k rmmod btusb rmmod bluetooth + set_property ro.rfkilldisabled 1 } function init_hal_camera() -- 2.11.0