main.conf 1.9 KB

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