diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-13 13:46:53 -0800 |
|---|---|---|
| committer | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-13 13:47:27 -0800 |
| commit | 1612425c50d2728542cac607fc71a4c8781bf1df (patch) | |
| tree | 6186416036d4e6e46caca5c8dde07fc96f862343 /rootdir | |
| parent | 127fd070f038825fc05624e2e3632c47999ffb19 (diff) | |
| download | system_core-1612425c50d2728542cac607fc71a4c8781bf1df.tar.gz system_core-1612425c50d2728542cac607fc71a4c8781bf1df.tar.bz2 system_core-1612425c50d2728542cac607fc71a4c8781bf1df.zip | |
Remove services for adding SDP records.
This was an inefficient way of doing things and was
temporary. There are now direct calls to Bluez to add reserved
SDP records.
This improves connection time after turning on BT by 6-8 secs.
Change-Id: I8750f44e1de73c9cc935d68710b8964e3f50c3a6
Diffstat (limited to 'rootdir')
| -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 |
