From 51ce4242518708c25b14aaa49efe47f557f43dcb Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 8 Oct 2011 18:28:20 +0200 Subject: [PATCH] init.rc: added missing services for bluetooth Change-Id: Ie54b847e32d4450a7459a4b8450bb233fae06aee Signed-off-by: codeworkx --- init.rc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/init.rc b/init.rc index 2a17b11..6943429 100644 --- a/init.rc +++ b/init.rc @@ -682,6 +682,30 @@ service bdaddr /system/bin/bdaddr_read on property:init.svc.bootanim=running start bdaddr +service hfag /system/bin/sdptool add --channel=10 HFAG + user bluetooth + group bluetooth net_bt_admin + disabled + oneshot + +service hsag /system/bin/sdptool add --channel=11 HSAG + user bluetooth + group bluetooth net_bt_admin + disabled + oneshot + +service opush /system/bin/sdptool add --channel=12 OPUSH + user bluetooth + group bluetooth net_bt_admin + disabled + oneshot + +service pbap /system/bin/sdptool add --channel=19 PBAP + user bluetooth + group bluetooth net_bt_admin + disabled + oneshot + service installd /system/bin/installd socket installd stream 600 system system