From 6b6307b43e6caa9ce136636af756dfe291fd50f8 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 da6b9dd..48836d2 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