| 192 |
- |
1 |
[General]
|
|
|
2 |
|
|
|
3 |
# Default adapter name
|
|
|
4 |
# Defaults to 'BlueZ X.YZ'
|
|
|
5 |
#Name = BlueZ
|
|
|
6 |
|
|
|
7 |
# Default device class. Only the major and minor device class bits are
|
|
|
8 |
# considered. Defaults to '0x000000'.
|
|
|
9 |
#Class = 0x000100
|
|
|
10 |
|
|
|
11 |
# How long to stay in discoverable mode before going back to non-discoverable
|
|
|
12 |
# The value is in seconds. Default is 180, i.e. 3 minutes.
|
|
|
13 |
# 0 = disable timer, i.e. stay discoverable forever
|
|
|
14 |
#DiscoverableTimeout = 0
|
|
|
15 |
|
|
|
16 |
# Always allow pairing even if there are no agent registered
|
|
|
17 |
# Possible values: true, false
|
|
|
18 |
# Default: false
|
|
|
19 |
#AlwaysPairable = false
|
|
|
20 |
|
|
|
21 |
# How long to stay in pairable mode before going back to non-discoverable
|
|
|
22 |
# The value is in seconds. Default is 0.
|
|
|
23 |
# 0 = disable timer, i.e. stay pairable forever
|
|
|
24 |
#PairableTimeout = 0
|
|
|
25 |
|
|
|
26 |
# Use vendor id source (assigner), vendor, product and version information for
|
|
|
27 |
# DID profile support. The values are separated by ":" and assigner, VID, PID
|
|
|
28 |
# and version.
|
|
|
29 |
# Possible vendor id source values: bluetooth, usb (defaults to usb)
|
|
|
30 |
#DeviceID = bluetooth:1234:5678:abcd
|
|
|
31 |
|
|
|
32 |
# Do reverse service discovery for previously unknown devices that connect to
|
|
|
33 |
# us. For BR/EDR this option is really only needed for qualification since the
|
|
|
34 |
# BITE tester doesn't like us doing reverse SDP for some test cases, for LE
|
|
|
35 |
# this disables the GATT client functionally so it can be used in system which
|
|
|
36 |
# can only operate as peripheral.
|
|
|
37 |
# Defaults to 'true'.
|
|
|
38 |
#ReverseServiceDiscovery = true
|
|
|
39 |
|
|
|
40 |
# Enable name resolving after inquiry. Set it to 'false' if you don't need
|
|
|
41 |
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
|
|
|
42 |
#NameResolving = true
|
|
|
43 |
|
|
|
44 |
# Enable runtime persistency of debug link keys. Default is false which
|
|
|
45 |
# makes debug link keys valid only for the duration of the connection
|
|
|
46 |
# that they were created for.
|
|
|
47 |
#DebugKeys = false
|
|
|
48 |
|
|
|
49 |
# Restricts all controllers to the specified transport. Default value
|
|
|
50 |
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
|
|
|
51 |
# Possible values: "dual", "bredr", "le"
|
|
|
52 |
#ControllerMode = dual
|
|
|
53 |
|
|
|
54 |
# Enables Multi Profile Specification support. This allows to specify if
|
|
|
55 |
# system supports only Multiple Profiles Single Device (MPSD) configuration
|
|
|
56 |
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
|
|
|
57 |
# Devices (MPMD) configurations.
|
|
|
58 |
# Possible values: "off", "single", "multiple"
|
|
|
59 |
#MultiProfile = off
|
|
|
60 |
|
|
|
61 |
# Permanently enables the Fast Connectable setting for adapters that
|
|
|
62 |
# support it. When enabled other devices can connect faster to us,
|
|
|
63 |
# however the tradeoff is increased power consumptions. This feature
|
|
|
64 |
# will fully work only on kernel version 4.1 and newer. Defaults to
|
|
|
65 |
# 'false'.
|
|
|
66 |
#FastConnectable = false
|
|
|
67 |
|
|
|
68 |
# Default privacy setting.
|
|
|
69 |
# Enables use of private address.
|
|
|
70 |
# Possible values: "off", "device", "network"
|
|
|
71 |
# "network" option not supported currently
|
|
|
72 |
# Defaults to "off"
|
|
|
73 |
# Privacy = off
|
|
|
74 |
|
| 203 |
- |
75 |
# Specify the policy to the JUST-WORKS repairing initiated by peer
|
|
|
76 |
# Possible values: "never", "confirm", "always"
|
|
|
77 |
# Defaults to "never"
|
|
|
78 |
#JustWorksRepairing = never
|
|
|
79 |
|
|
|
80 |
# How long to keep temporary devices around
|
|
|
81 |
# The value is in seconds. Default is 30.
|
|
|
82 |
# 0 = disable timer, i.e. never keep temporary devices
|
|
|
83 |
#TemporaryTimeout = 30
|
|
|
84 |
|
|
|
85 |
# Enables the device to issue an SDP request to update known services when
|
|
|
86 |
# profile is connected. Defaults to true.
|
|
|
87 |
#RefreshDiscovery = true
|
|
|
88 |
|
|
|
89 |
[BR]
|
|
|
90 |
# The following values are used to load default adapter parameters for BR/EDR.
|
|
|
91 |
# BlueZ loads the values into the kernel before the adapter is powered if the
|
|
|
92 |
# kernel supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't
|
|
|
93 |
# provided, the kernel will be initialized to it's default value. The actual
|
|
|
94 |
# value will vary based on the kernel version and thus aren't provided here.
|
|
|
95 |
# The Bluetooth Core Specification should be consulted for the meaning and valid
|
|
|
96 |
# domain of each of these values.
|
|
|
97 |
|
|
|
98 |
# BR/EDR Page scan activity configuration
|
|
|
99 |
#PageScanType=
|
|
|
100 |
#PageScanInterval=
|
|
|
101 |
#PageScanWindow=
|
|
|
102 |
|
|
|
103 |
# BR/EDR Inquiry scan activity configuration
|
|
|
104 |
#InquiryScanType=
|
|
|
105 |
#InquiryScanInterval=
|
|
|
106 |
#InquiryScanWindow=
|
|
|
107 |
|
|
|
108 |
# BR/EDR Link supervision timeout
|
|
|
109 |
#LinkSupervisionTimeout=
|
|
|
110 |
|
|
|
111 |
# BR/EDR Page Timeout
|
|
|
112 |
#PageTimeout=
|
|
|
113 |
|
|
|
114 |
# BR/EDR Sniff Intervals
|
|
|
115 |
#MinSniffInterval=
|
|
|
116 |
#MaxSniffInterval=
|
|
|
117 |
|
|
|
118 |
[LE]
|
|
|
119 |
# The following values are used to load default adapter parameters for LE.
|
|
|
120 |
# BlueZ loads the values into the kernel before the adapter is powered if the
|
|
|
121 |
# kernel supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't
|
|
|
122 |
# provided, the kernel will be initialized to it's default value. The actual
|
|
|
123 |
# value will vary based on the kernel version and thus aren't provided here.
|
|
|
124 |
# The Bluetooth Core Specification should be consulted for the meaning and valid
|
|
|
125 |
# domain of each of these values.
|
|
|
126 |
# LE advertisement interval (used for legacy advertisement interface only)
|
|
|
127 |
#MinAdvertisementInterval=
|
|
|
128 |
#MaxAdvertisementInterval=
|
|
|
129 |
#MultiAdvertisementRotationInterval=
|
|
|
130 |
|
|
|
131 |
# LE scanning parameters used for passive scanning supporting auto connect
|
|
|
132 |
# scenarios
|
|
|
133 |
#ScanIntervalAutoConnect=
|
|
|
134 |
#ScanWindowAutoConnect=
|
|
|
135 |
|
|
|
136 |
# LE scanning parameters used for passive scanning supporting wake from suspend
|
|
|
137 |
# scenarios
|
|
|
138 |
#ScanIntervalSuspend=
|
|
|
139 |
#ScanWindowSuspend=
|
|
|
140 |
|
|
|
141 |
# LE scanning parameters used for active scanning supporting discovery
|
|
|
142 |
# proceedure
|
|
|
143 |
#ScanIntervalDiscovery=
|
|
|
144 |
#ScanWindowDiscovery=
|
|
|
145 |
|
|
|
146 |
# LE scanning parameters used for passive scanning supporting the advertisement
|
|
|
147 |
# monitor Apis
|
|
|
148 |
#ScanIntervalAdvMonitor=
|
|
|
149 |
#ScanWindowAdvMonitor=
|
|
|
150 |
|
|
|
151 |
# LE scanning parameters used for connection establishment.
|
|
|
152 |
#ScanIntervalConnect=
|
|
|
153 |
#ScanWindowConnect=
|
|
|
154 |
|
|
|
155 |
# LE default connection parameters. These values are superceeded by any
|
|
|
156 |
# specific values provided via the Load Connection Parameters interface
|
|
|
157 |
#MinConnectionInterval=
|
|
|
158 |
#MaxConnectionInterval=
|
|
|
159 |
#ConnectionLatency=
|
|
|
160 |
#ConnectionSupervisionTimeout=
|
|
|
161 |
#Autoconnecttimeout=
|
|
|
162 |
|
|
|
163 |
# Scan duration during interleaving scan. Only used when scanning for ADV
|
|
|
164 |
# monitors. The units are msec.
|
|
|
165 |
# Default: 300
|
|
|
166 |
#AdvMonAllowlistScanDuration=
|
|
|
167 |
# Default: 500
|
|
|
168 |
#AdvMonNoFilterScanDuration=
|
|
|
169 |
|
|
|
170 |
# Enable/Disable Advertisement Monitor interleave scan for power saving.
|
|
|
171 |
# 0: disable
|
|
|
172 |
# 1: enable
|
|
|
173 |
# Defaults to 1
|
|
|
174 |
#EnableAdvMonInterleaveScan=
|
|
|
175 |
|
| 192 |
- |
176 |
[GATT]
|
|
|
177 |
# GATT attribute cache.
|
|
|
178 |
# Possible values:
|
|
|
179 |
# always: Always cache attributes even for devices not paired, this is
|
|
|
180 |
# recommended as it is best for interoperability, with more consistent
|
|
|
181 |
# reconnection times and enables proper tracking of notifications for all
|
|
|
182 |
# devices.
|
|
|
183 |
# yes: Only cache attributes of paired devices.
|
|
|
184 |
# no: Never cache attributes
|
|
|
185 |
# Default: always
|
|
|
186 |
#Cache = always
|
|
|
187 |
|
|
|
188 |
# Minimum required Encryption Key Size for accessing secured characteristics.
|
|
|
189 |
# Possible values: 0 and 7-16. 0 means don't care.
|
|
|
190 |
# Defaults to 0
|
|
|
191 |
#KeySize = 0
|
|
|
192 |
|
|
|
193 |
# Exchange MTU size.
|
|
|
194 |
# Possible values: 23-517
|
|
|
195 |
# Defaults to 517
|
|
|
196 |
#ExchangeMTU = 517
|
|
|
197 |
|
| 203 |
- |
198 |
# Number of ATT channels
|
|
|
199 |
# Possible values: 1-5 (1 disables EATT)
|
|
|
200 |
# Default to 3
|
|
|
201 |
#Channels = 3
|
|
|
202 |
|
|
|
203 |
[AVDTP]
|
|
|
204 |
# AVDTP L2CAP Signalling Channel Mode.
|
|
|
205 |
# Possible values:
|
|
|
206 |
# basic: Use L2CAP Basic Mode
|
|
|
207 |
# ertm: Use L2CAP Enhanced Retransmission Mode
|
|
|
208 |
#SessionMode = basic
|
|
|
209 |
|
|
|
210 |
# AVDTP L2CAP Transport Channel Mode.
|
|
|
211 |
# Possible values:
|
|
|
212 |
# basic: Use L2CAP Basic Mode
|
|
|
213 |
# streaming: Use L2CAP Streaming Mode
|
|
|
214 |
#StreamMode = basic
|
|
|
215 |
|
| 192 |
- |
216 |
[Policy]
|
|
|
217 |
#
|
|
|
218 |
# The ReconnectUUIDs defines the set of remote services that should try
|
|
|
219 |
# to be reconnected to in case of a link loss (link supervision
|
|
|
220 |
# timeout). The policy plugin should contain a sane set of values by
|
|
|
221 |
# default, but this list can be overridden here. By setting the list to
|
|
|
222 |
# empty the reconnection feature gets disabled.
|
| 203 |
- |
223 |
#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb,0000110b-0000-1000-8000-00805f9b34fb
|
| 192 |
- |
224 |
|
|
|
225 |
# ReconnectAttempts define the number of attempts to reconnect after a link
|
|
|
226 |
# lost. Setting the value to 0 disables reconnecting feature.
|
|
|
227 |
#ReconnectAttempts=7
|
|
|
228 |
|
|
|
229 |
# ReconnectIntervals define the set of intervals in seconds to use in between
|
|
|
230 |
# attempts.
|
|
|
231 |
# If the number of attempts defined in ReconnectAttempts is bigger than the
|
|
|
232 |
# set of intervals the last interval is repeated until the last attempt.
|
|
|
233 |
#ReconnectIntervals=1,2,4,8,16,32,64
|
|
|
234 |
|
|
|
235 |
# AutoEnable defines option to enable all controllers when they are found.
|
|
|
236 |
# This includes adapters present on start as well as adapters that are plugged
|
|
|
237 |
# in later on. Defaults to 'false'.
|
|
|
238 |
AutoEnable=true
|
| 203 |
- |
239 |
|
|
|
240 |
# Audio devices that were disconnected due to suspend will be reconnected on
|
|
|
241 |
# resume. ResumeDelay determines the delay between when the controller
|
|
|
242 |
# resumes from suspend and a connection attempt is made. A longer delay is
|
|
|
243 |
# better for better co-existence with Wi-Fi.
|
|
|
244 |
# The value is in seconds.
|
|
|
245 |
# Default: 2
|
|
|
246 |
#ResumeDelay = 2
|