main.conf revision e9e80e66c601bbe1e4d8b1039f37f08683f65211
1[General]
2
3# List of plugins that should not be loaded on bluetoothd startup
4#DisablePlugins = network,input
5
6# Default adaper name
7# %h - substituted for hostname
8# %d - substituted for adapter id
9# %b - substituted for ro.product.brand
10# %m - substituted for ro.product.model
11# %n - substituted for ro.product.name
12Name = "%m"
13
14# Default device class. Only the major and minor device class bits are
15# considered.
16Class = 0x000100
17
18# How long to stay in discoverable mode before going back to non-discoverable
19# The value is in seconds. Default is 180, i.e. 3 minutes.
20# 0 = disable timer, i.e. stay discoverable forever
21DiscoverableTimeout = 120
22
23# How long to stay in pairable mode before going back to non-discoverable
24# The value is in seconds. Default is 0.
25# 0 = disable timer, i.e. stay pairable forever
26PairableTimeout = 0
27
28# Use some other page timeout than the controller default one
29# which is 16384 (10 seconds).
30PageTimeout = 8192
31
32# Discover scheduler interval used in Adapter.DiscoverDevices
33# The value is in seconds. Defaults is 0 to use controller scheduler.
34DiscoverSchedulerInterval = 0
35
36# What value should be assumed for the adapter Powered property when
37# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
38InitiallyPowered = true
39
40# Remember the previously stored Powered state when initializing adapters
41RememberPowered = true
42
43# Use vendor, product and version information for DID profile support.
44# The values are separated by ":" and VID, PID and version.
45DeviceID = android:generic:1.5
46
47# Do reverse service discovery for previously unknown devices that connect to
48# us. This option is really only needed for qualification since the BITE tester
49# doesn't like us doing reverse SDP for some test cases (though there could in
50# theory be other useful purposes for this too). Defaults to true.
51ReverseServiceDiscovery = true
52
53# Enable name resolving after inquiry. Set it to 'false' if you don't need
54# remote devices name and want shorter discovery cycle. Defaults to 'true'.
55NameResolving = true
56