Advertisement
Kimarite

/etc/bluetooth/audio.conf (linuxmint/ubuntu_ORIG)

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