From eb5c090cf06dab25f29820fbf59f6db73df5b74d Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Mon, 11 Jul 2011 09:47:14 -0700 Subject: Add BT address setting. This changes adds the per device BT adddress path. Contributed by: hyungseoung.yoo Change-Id: I0ca65c54c62880e218b0d135b3beb06069379f9b --- init.tuna.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.tuna.rc b/init.tuna.rc index a70fdca..2b93a5d 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -49,6 +49,8 @@ on fs chown nfc nfc /sys/devices/platform/nfc-power/nfc_power # permissions for bluetooth. + setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr" + chown bluetooth bluetooth ro.bt.bdaddr_path chown bluetooth bluetooth /dev/ttyO1 chmod 0600 /dev/ttyO1 chmod 0660 /sys/class/rfkill/rfkill0/state -- cgit v1.1