Advertisement
Paisquy

Bluetooth-Main.conf

Jun 13th, 2021 (edited)
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 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 (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.  
  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. [Controller]
  90. # The following values are used to load default adapter parameters. BlueZ loads
  91. # the values into the kernel before the adapter is powered if the kernel
  92. # supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't provided,
  93. # the kernel will be initialized to it's default value. The actual value will
  94. # 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. #BRPageScanType=
  100. #BRPageScanInterval=
  101. #BRPageScanWindow=
  102.  
  103. # BR/EDR Inquiry scan activity configuration
  104. #BRInquiryScanType=
  105. #BRInquiryScanInterval=
  106. #BRInquiryScanWindow=
  107.  
  108. # BR/EDR Link supervision timeout
  109. #BRLinkSupervisionTimeout=
  110.  
  111. # BR/EDR Page Timeout
  112. #BRPageTimeout=
  113.  
  114. # BR/EDR Sniff Intervals
  115. #BRMinSniffInterval=
  116. #BRMaxSniffInterval=
  117.  
  118. # LE advertisement interval (used for legacy advertisement interface only)
  119. #LEMinAdvertisementInterval=
  120. #LEMaxAdvertisementInterval=
  121. #LEMultiAdvertisementRotationInterval=
  122.  
  123. # LE scanning parameters used for passive scanning supporting auto connect
  124. # scenarios
  125. #LEScanIntervalAutoConnect=
  126. #LEScanWindowAutoConnect=
  127.  
  128. # LE scanning parameters used for passive scanning supporting wake from suspend
  129. # scenarios
  130. #LEScanIntervalSuspend=
  131. #LEScanWindowSuspend=
  132.  
  133. # LE scanning parameters used for active scanning supporting discovery
  134. # proceedure
  135. #LEScanIntervalDiscovery=
  136. #LEScanWindowDiscovery=
  137.  
  138. # LE scanning parameters used for passive scanning supporting the advertisement
  139. # monitor Apis
  140. #LEScanIntervalAdvMonitor=
  141. #LEScanWindowAdvMonitor=
  142.  
  143. # LE scanning parameters used for connection establishment.
  144. #LEScanIntervalConnect=
  145. #LEScanWindowConnect=
  146.  
  147. # LE default connection parameters. These values are superceeded by any
  148. # specific values provided via the Load Connection Parameters interface
  149. #LEMinConnectionInterval=
  150. #LEMaxConnectionInterval=
  151. #LEConnectionLatency=
  152. #LEConnectionSupervisionTimeout=
  153. #LEAutoconnecttimeout=
  154.  
  155. [GATT]
  156. # GATT attribute cache.
  157. # Possible values:
  158. # always: Always cache attributes even for devices not paired, this is
  159. # recommended as it is best for interoperability, with more consistent
  160. # reconnection times and enables proper tracking of notifications for all
  161. # devices.
  162. # yes: Only cache attributes of paired devices.
  163. # no: Never cache attributes
  164. # Default: always
  165. #Cache = always
  166.  
  167. # Minimum required Encryption Key Size for accessing secured characteristics.
  168. # Possible values: 0 and 7-16. 0 means don't care.
  169. # Defaults to 0
  170. #KeySize = 0
  171.  
  172. # Exchange MTU size.
  173. # Possible values: 23-517
  174. # Defaults to 517
  175. #ExchangeMTU = 517
  176.  
  177. # Number of ATT channels
  178. # Possible values: 1-5 (1 disables EATT)
  179. # Default to 3
  180. #Channels = 3
  181.  
  182. [Policy]
  183. #
  184. # The ReconnectUUIDs defines the set of remote services that should try
  185. # to be reconnected to in case of a link loss (link supervision
  186. # timeout). The policy plugin should contain a sane set of values by
  187. # default, but this list can be overridden here. By setting the list to
  188. # empty the reconnection feature gets disabled.
  189. #ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb
  190.  
  191. # ReconnectAttempts define the number of attempts to reconnect after a link
  192. # lost. Setting the value to 0 disables reconnecting feature.
  193. #ReconnectAttempts=7
  194.  
  195. # ReconnectIntervals define the set of intervals in seconds to use in between
  196. # attempts.
  197. # If the number of attempts defined in ReconnectAttempts is bigger than the
  198. # set of intervals the last interval is repeated until the last attempt.
  199. #ReconnectIntervals=1,2,4,8,16,32,64
  200.  
  201. # AutoEnable defines option to enable all controllers when they are found.
  202. # This includes adapters present on start as well as adapters that are plugged
  203. # in later on. Defaults to 'false'.
  204. AutoEnable=true
  205. cat: /home/paisquy/Documents/Bluetooth.conf: No such file or directory
  206.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement