Advertisement
Guest User

/etc/bluetooth/main.conf

a guest
May 29th, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. $ cat /etc/bluetooth/main.conf
  2. [General]
  3.  
  4. # Default adaper name
  5. # Defaults to 'BlueZ X.YZ'
  6. #Name = BlueZ
  7.  
  8. # Default device class. Only the major and minor device class bits are
  9. # considered. Defaults to '0x000000'.
  10. #Class = 0x000100
  11.  
  12. # How long to stay in discoverable mode before going back to non-discoverable
  13. # The value is in seconds. Default is 180, i.e. 3 minutes.
  14. # 0 = disable timer, i.e. stay discoverable forever
  15. #DiscoverableTimeout = 0
  16.  
  17. # How long to stay in pairable mode before going back to non-discoverable
  18. # The value is in seconds. Default is 0.
  19. # 0 = disable timer, i.e. stay pairable forever
  20. #PairableTimeout = 0
  21.  
  22. # Automatic connection for bonded devices driven by platform/user events.
  23. # If a platform plugin uses this mechanism, automatic connections will be
  24. # enabled during the interval defined below. Initially, this feature
  25. # intends to be used to establish connections to ATT channels. Default is 60.
  26. #AutoConnectTimeout = 60
  27.  
  28. # Use vendor id source (assigner), vendor, product and version information for
  29. # DID profile support. The values are separated by ":" and assigner, VID, PID
  30. # and version.
  31. # Possible vendor id source values: bluetooth, usb (defaults to usb)
  32. #DeviceID = bluetooth:1234:5678:abcd
  33.  
  34. # Do reverse service discovery for previously unknown devices that connect to
  35. # us. This option is really only needed for qualification since the BITE tester
  36. # doesn't like us doing reverse SDP for some test cases (though there could in
  37. # theory be other useful purposes for this too). 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. [Policy]
  69.  
  70. # The ReconnectUUIDs defines the set of remote services that should try
  71. # to be reconnected to in case of a link loss (link supervision
  72. # timeout). The policy plugin should contain a sane set of values by
  73. # default, but this list can be overridden here. By setting the list to
  74. # empty the reconnection feature gets disabled.
  75. #ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb, 0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb
  76.  
  77. # ReconnectAttempts define the number of attempts to reconnect after a link
  78. # lost. Setting the value to 0 disables reconnecting feature.
  79. #ReconnectAttempts=7
  80.  
  81. # ReconnectIntervals define the set of intervals in seconds to use in between
  82. # attempts.
  83. # If the number of attempts defined in ReconnectAttempts is bigger than the
  84. # set of intervals the last interval is repeated until the last attempt.
  85. #ReconnectIntervals=1, 2, 4, 8, 16, 32, 64
  86.  
  87. # AutoEnable defines option to enable all controllers when they are found.
  88. # This includes adapters present on start as well as adapters that are plugged
  89. # in later on. Defaults to 'false'.
  90. AutoEnable=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement