summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormauimauer <sebastian@n-unity.de>2011-12-05 17:33:53 +0100
committermauimauer <sebastian@n-unity.de>2011-12-05 17:33:53 +0100
commit14b843c8c7d7f3c83a8dc4528fb8c2423bd442d0 (patch)
tree5ada2db6026cb60325e90c8ff34629563f9d4b6c /configs
parentc0d25ca3acca5f379df1b3ddf14302f3412d8309 (diff)
downloaddevice_samsung_n7000-14b843c8c7d7f3c83a8dc4528fb8c2423bd442d0.zip
device_samsung_n7000-14b843c8c7d7f3c83a8dc4528fb8c2423bd442d0.tar.gz
device_samsung_n7000-14b843c8c7d7f3c83a8dc4528fb8c2423bd442d0.tar.bz2
Cleaning up
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/main.conf66
1 files changed, 66 insertions, 0 deletions
diff --git a/configs/main.conf b/configs/main.conf
new file mode 100755
index 0000000..b9fb19d
--- /dev/null
+++ b/configs/main.conf
@@ -0,0 +1,66 @@
+[General]
+
+# List of plugins that should not be loaded on bluetoothd startup
+#DisablePlugins = network,input
+
+# Default adaper name
+# %h - substituted for hostname
+# %d - substituted for adapter id
+# %b - substituted for ro.product.brand
+# %m - substituted for ro.product.model
+# %n - substituted for ro.product.name
+Name = %m
+
+# Default device class. Only the major and minor device class bits are
+# considered.
+# Local device class
+# 0x400000 - Service class: Telephony
+# 0x000200 - Major class: Phone
+# 0x00000C - Minor class: Smart phone
+Class = 0x40020C
+
+# How long to stay in discoverable mode before going back to non-discoverable
+# The value is in seconds. Default is 180, i.e. 3 minutes.
+# 0 = disable timer, i.e. stay discoverable forever
+DiscoverableTimeout = 120
+
+# How long to stay in pairable mode before going back to non-discoverable
+# The value is in seconds. Default is 0.
+# 0 = disable timer, i.e. stay pairable forever
+PairableTimeout = 0
+
+# Use some other page timeout than the controller default one
+# which is 16384 (10 seconds).
+PageTimeout = 8192
+
+# Discover scheduler interval used in Adapter.DiscoverDevices
+# The value is in seconds. Defaults is 0 to use controller scheduler.
+DiscoverSchedulerInterval = 0
+
+# What value should be assumed for the adapter Powered property when
+# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
+InitiallyPowered = true
+
+# Remember the previously stored Powered state when initializing adapters
+RememberPowered = true
+
+# Use vendor, product and version information for DID profile support.
+# The values are separated by ":" and VID, PID and version.
+DeviceID = android:generic:1.5
+
+# Do reverse service discovery for previously unknown devices that connect to
+# us. This option is really only needed for qualification since the BITE tester
+# doesn't like us doing reverse SDP for some test cases (though there could in
+# theory be other useful purposes for this too). Defaults to true.
+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 \ No newline at end of file