summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBao Liang <tim.bao@motorola.com>2010-03-03 21:46:46 +0800
committerEric Olsen <eolsen@android.com>2010-03-22 09:54:28 -0700
commit5fd8fa30e402126343abf061c177fbb4d155ca3b (patch)
treec531978ce9890bcf819d7fc0e5b3392a24350bea /data
parentb0a735250760cd6dbe8c4e446202426918eb7bd9 (diff)
downloadbluetooth-5fd8fa30e402126343abf061c177fbb4d155ca3b.tar.gz
Disable park state in main.conf
This is to match code change in external/bluetooth/bluez/, which allow configuration of park state support. Turn off park state on Android to avoid connection lost with devices supporting park state. Signed-off-by: Bao Liang <tim.bao@motorola.com>
Diffstat (limited to 'data')
-rw-r--r--data/main.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/main.conf b/data/main.conf
index 8153eb2..3989580 100644
--- a/data/main.conf
+++ b/data/main.conf
@@ -57,3 +57,10 @@ ReverseServiceDiscovery = true
# Enable name resolving after inquiry. Set it to 'false' if you don't need
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
NameResolving = true
+
+# The link policy for connections. By default it's set to 15(0x000f) which is
+# a bitwise OR of role switch(0x0001), hold mode(0x0002), sniff mode(0x0004)
+# and park state(0x0008) are all enabled. However, some devices have
+# connection stability issue or fail to setup SCO when the link is in park
+# state, which requires park state bit cleared.
+DefaultLinkPolicy = 7