From: André Vitor Date: Sun, 18 Jan 2015 03:40:15 +0000 (-0300) Subject: bluetooth: disable rfkill for usb bluetooth X-Git-Tag: android-x86-6.0-r1~57 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=a3a5b70964b0c817729c1ab981b2ca2e8a6fe563 bluetooth: disable rfkill for usb bluetooth --- 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()