Advertisement
Guest User

Untitled

a guest
Nov 12th, 2021
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.91 KB | None | 0 0
  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 (default) or false (disabled)
  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 = true
  67.  
  68. # Default privacy setting.
  69. # Enables use of private address.
  70. # Possible values: "off", "network/on", "device/limited"
  71. # "network/on": a device will only accept advertising packets from peer devices
  72. # that contain private addresses. It may not be compatible with some legacy
  73. # devices since it requires the use of RPA(s) all the time.
  74. # "device/limited": A device in device privacy mode is only concerned about the
  75. # privacy of the device and will accept advertising packets from peer devices
  76. # that contain their Identity Address as well as ones that contain a private
  77. # address, even if the peer device has distributed its IRK in the past.
  78. # Defaults to "off"
  79. #Privacy = off
  80.  
  81. # Specify the policy to the JUST-WORKS repairing initiated by peer
  82. # Possible values: "never", "confirm", "always"
  83. # Defaults to "never"
  84. JustWorksRepairing = confirm
  85.  
  86. # How long to keep temporary devices around
  87. # The value is in seconds. Default is 30.
  88. # 0 = disable timer, i.e. never keep temporary devices
  89. #TemporaryTimeout = 30
  90.  
  91. # Enables the device to issue an SDP request to update known services when
  92. # profile is connected. Defaults to true.
  93. #RefreshDiscovery = true
  94.  
  95. # Enables experimental features and interfaces, alternatively a list of UUIDs
  96. # can be given.
  97. # Possible values: true,false,<UUID List>
  98. # Possible UUIDS:
  99. # d4992530-b9ec-469f-ab01-6c481c47da1c (BlueZ Experimental Debug)
  100. # 671b10b5-42c0-4696-9227-eb28d1b049d6 (BlueZ Experimental Simultaneous Central and Peripheral)
  101. # 15c0a148-c273-11ea-b3de-0242ac130004 (BlueZ Experimental LL privacy)
  102. # 330859bc-7506-492d-9370-9a6f0614037f (BlueZ Experimental Bluetooth Quality Report)
  103. # a6695ace-ee7f-4fb9-881a-5fac66c629af (BlueZ Experimental Offload Codecs)
  104. # Defaults to false.
  105. #Experimental = false
  106.  
  107. [BR]
  108. # The following values are used to load default adapter parameters for BR/EDR.
  109. # BlueZ loads the values into the kernel before the adapter is powered if the
  110. # kernel supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't
  111. # provided, the kernel will be initialized to it's default value.  The actual
  112. # value will vary based on the kernel version and thus aren't provided here.
  113. # The Bluetooth Core Specification should be consulted for the meaning and valid
  114. # domain of each of these values.
  115.  
  116. # BR/EDR Page scan activity configuration
  117. #PageScanType=
  118. #PageScanInterval=
  119. #PageScanWindow=
  120.  
  121. # BR/EDR Inquiry scan activity configuration
  122. #InquiryScanType=
  123. #InquiryScanInterval=
  124. #InquiryScanWindow=
  125.  
  126. # BR/EDR Link supervision timeout
  127. #LinkSupervisionTimeout=
  128.  
  129. # BR/EDR Page Timeout
  130. #PageTimeout=
  131.  
  132. # BR/EDR Sniff Intervals
  133. #MinSniffInterval=
  134. #MaxSniffInterval=
  135.  
  136. [LE]
  137. # The following values are used to load default adapter parameters for LE.
  138. # BlueZ loads the values into the kernel before the adapter is powered if the
  139. # kernel supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't
  140. # provided, the kernel will be initialized to it's default value.  The actual
  141. # value will vary based on the kernel version and thus aren't provided here.
  142. # The Bluetooth Core Specification should be consulted for the meaning and valid
  143. # domain of each of these values.
  144. # LE advertisement interval (used for legacy advertisement interface only)
  145. #MinAdvertisementInterval=
  146. #MaxAdvertisementInterval=
  147. #MultiAdvertisementRotationInterval=
  148.  
  149. # LE scanning parameters used for passive scanning supporting auto connect
  150. # scenarios
  151. #ScanIntervalAutoConnect=
  152. #ScanWindowAutoConnect=
  153.  
  154. # LE scanning parameters used for passive scanning supporting wake from suspend
  155. # scenarios
  156. #ScanIntervalSuspend=
  157. #ScanWindowSuspend=
  158.  
  159. # LE scanning parameters used for active scanning supporting discovery
  160. # proceedure
  161. #ScanIntervalDiscovery=
  162. #ScanWindowDiscovery=
  163.  
  164. # LE scanning parameters used for passive scanning supporting the advertisement
  165. # monitor Apis
  166. #ScanIntervalAdvMonitor=
  167. #ScanWindowAdvMonitor=
  168.  
  169. # LE scanning parameters used for connection establishment.
  170. #ScanIntervalConnect=
  171. #ScanWindowConnect=
  172.  
  173. # LE default connection parameters.  These values are superceeded by any
  174. # specific values provided via the Load Connection Parameters interface
  175. #MinConnectionInterval=
  176. #MaxConnectionInterval=
  177. #ConnectionLatency=
  178. #ConnectionSupervisionTimeout=
  179. #Autoconnecttimeout=
  180.  
  181. # Scan duration during interleaving scan. Only used when scanning for ADV
  182. # monitors. The units are msec.
  183. # Default: 300
  184. #AdvMonAllowlistScanDuration=
  185. # Default: 500
  186. #AdvMonNoFilterScanDuration=
  187.  
  188. # Enable/Disable Advertisement Monitor interleave scan for power saving.
  189. # 0: disable
  190. # 1: enable
  191. # Defaults to 1
  192. #EnableAdvMonInterleaveScan=
  193.  
  194. [GATT]
  195. # GATT attribute cache.
  196. # Possible values:
  197. # always: Always cache attributes even for devices not paired, this is
  198. # recommended as it is best for interoperability, with more consistent
  199. # reconnection times and enables proper tracking of notifications for all
  200. # devices.
  201. # yes: Only cache attributes of paired devices.
  202. # no: Never cache attributes
  203. # Default: always
  204. #Cache = always
  205.  
  206. # Minimum required Encryption Key Size for accessing secured characteristics.
  207. # Possible values: 0 and 7-16. 0 means don't care.
  208. # Defaults to 0
  209. #KeySize = 0
  210.  
  211. # Exchange MTU size.
  212. # Possible values: 23-517
  213. # Defaults to 517
  214. #ExchangeMTU = 517
  215.  
  216. # Number of ATT channels
  217. # Possible values: 1-5 (1 disables EATT)
  218. # Default to 3
  219. #Channels = 3
  220.  
  221. [AVDTP]
  222. # AVDTP L2CAP Signalling Channel Mode.
  223. # Possible values:
  224. # basic: Use L2CAP Basic Mode
  225. # ertm: Use L2CAP Enhanced Retransmission Mode
  226. #SessionMode = basic
  227.  
  228. # AVDTP L2CAP Transport Channel Mode.
  229. # Possible values:
  230. # basic: Use L2CAP Basic Mode
  231. # streaming: Use L2CAP Streaming Mode
  232. #StreamMode = basic
  233.  
  234. [Policy]
  235. #
  236. # The ReconnectUUIDs defines the set of remote services that should try
  237. # to be reconnected to in case of a link loss (link supervision
  238. # timeout). The policy plugin should contain a sane set of values by
  239. # default, but this list can be overridden here. By setting the list to
  240. # empty the reconnection feature gets disabled.
  241. #ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb,0000110b-0000-1000-8000-00805f9b34fb
  242.  
  243. # ReconnectAttempts define the number of attempts to reconnect after a link
  244. # lost. Setting the value to 0 disables reconnecting feature.
  245. #ReconnectAttempts=7
  246.  
  247. # ReconnectIntervals define the set of intervals in seconds to use in between
  248. # attempts.
  249. # If the number of attempts defined in ReconnectAttempts is bigger than the
  250. # set of intervals the last interval is repeated until the last attempt.
  251. ReconnectIntervals=1,1,2,4,8,16,32,64
  252.  
  253. # AutoEnable defines option to enable all controllers when they are found.
  254. # This includes adapters present on start as well as adapters that are plugged
  255. # in later on. Defaults to 'false'.
  256. AutoEnable=true
  257.  
  258. # Audio devices that were disconnected due to suspend will be reconnected on
  259. # resume. ResumeDelay determines the delay between when the controller
  260. # resumes from suspend and a connection attempt is made. A longer delay is
  261. # better for better co-existence with Wi-Fi.
  262. # The value is in seconds.
  263. # Default: 2
  264. #ResumeDelay = 2
  265.  
  266. [AdvMon]
  267. # Default RSSI Sampling Period. This is used when a client registers an
  268. # advertisement monitor and leaves the RSSISamplingPeriod unset.
  269. # Default: 0
  270. #RSSISamplingPeriod=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement