init.rc: added missing services for bluetooth
Change-Id: Ie54b847e32d4450a7459a4b8450bb233fae06aee Signed-off-by: codeworkx <daniel.hillenbrand@codeworkx.de>
This commit is contained in:
parent
ec3e07e630
commit
51ce424251
24
init.rc
24
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user