diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-13 13:48:28 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-13 13:48:29 -0800 |
| commit | 07eddd885afce2ab4ad0439b19556daf4a759bec (patch) | |
| tree | 603a6033740106cc7486b1ea17b87d0b756f1f8a | |
| parent | abf7378f1ebc9012701e84b0796397b0ba630f95 (diff) | |
| parent | 1612425c50d2728542cac607fc71a4c8781bf1df (diff) | |
| download | system_core-07eddd885afce2ab4ad0439b19556daf4a759bec.tar.gz system_core-07eddd885afce2ab4ad0439b19556daf4a759bec.tar.bz2 system_core-07eddd885afce2ab4ad0439b19556daf4a759bec.zip | |
Merge "Remove services for adding SDP records."
| -rw-r--r-- | rootdir/init.rc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index a6ce5294..8753617f 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -363,30 +363,6 @@ service bluetoothd /system/bin/bluetoothd -n group bluetooth net_bt_admin misc disabled -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 |
