bluez5: allow headset roles selecting

This commit is contained in:
Huang-Huang 2021-02-01 01:58:28 +08:00 committed by Wim Taymans
parent b66e67db14
commit f6cc45f736
2 changed files with 58 additions and 1 deletions

View file

@ -4,7 +4,13 @@ properties = {
#bluez5.msbc-support = true
#bluez5.sbc-xq-support = true
# Enabled codecs (default: all)
# Enabled headset roles (default: all), this property only applies
# to native backend. Currently some headsets(Sony WH-1000XM3) are not
# working with both hsp_ag and hfp_ag enabled, disable either hsp_ag
# or hfp_ag to work around it.
#bluez5.headset-roles = [ hsp_hs hsp_ag hfp_ag ]
# Enabled A2DP codecs (default: all)
#bluez5.codecs = [ sbc aac ldac aptx aptx_hd ]
}