Advertisement
Guest User

Untitled

a guest
Oct 14th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. cat /etc/bluetooth/audio.conf
  2. # Configuration file for the audio service
  3. # This section contains options which are not specific to any
  4. # particular interface
  5. [General]
  6. Enable=Gateway,Source
  7.  
  8. # Switch to master role for incoming connections (defaults to true)
  9. Master=true
  10.  
  11. # If we want to disable support for specific services
  12. # Defaults to supporting all implemented services
  13. #Disable=Gateway,Source,Socket
  14. Disable=Socket
  15.  
  16. # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  17. # Defaults to HCI
  18. #SCORouting=HCI
  19.  
  20. # Automatically connect both A2DP and HFP/HSP profiles for incoming
  21. # connections. Some headsets that support both profiles will only connect the
  22. # other one automatically so the default setting of true is usually a good
  23. # idea.
  24. AutoConnect=true
  25.  
  26. # Headset interface specific options (i.e. options which affect how the audio
  27. # service interacts with remote headset devices)
  28. [Headset]
  29.  
  30. # Set to true to support HFP, false means only HSP is supported
  31. # Defaults to true
  32. HFP=true
  33.  
  34. # Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
  35. MaxConnected=2
  36.  
  37. # Set to true to enable use of fast connectable mode (faster page scanning)
  38. # for HFP when incoming call starts. Default settings are restored after
  39. # call is answered or rejected. Page scan interval is much shorter and page
  40. # scan type changed to interlaced. Such allows faster connection initiated
  41. # by a headset.
  42. FastConnectable=true
  43.  
  44. # Just an example of potential config options for the other interfaces
  45. #[A2DP]
  46. #SBCSources=1
  47. #MPEG12Sources=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement