Advertisement
Kimarite

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

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