diff --git a/src/daemon/media-session.d/bluez-monitor.conf b/src/daemon/media-session.d/bluez-monitor.conf index 7a202aabf..639327a65 100644 --- a/src/daemon/media-session.d/bluez-monitor.conf +++ b/src/daemon/media-session.d/bluez-monitor.conf @@ -1,7 +1,12 @@ # Bluez monitor config file # properties = { - #bluez5.sbc-xq-support = true + # Enable mSBC support for ofono backend and hsphfpd backend, + # disabled by default. Be aware that mSBC is not expected to + # work on all headset + adapter combinations. + #bluez5.msbc-support = false + + #bluez5.sbc-xq-support = false # Enabled headset roles (default: [ hsp_hs hfp_ag ]), this # property only applies to native backend. Currently some headsets @@ -46,7 +51,7 @@ rules = [ #] bluez5.reconnect-profiles = [ hfp_hf hsp_hs a2dp_sink ] - # MSBC is not expected to work on all headset + adapter combinations. + # Enable mSBC support for native backend, disabled by default. #bluez5.msbc-support = false # LDAC encoding quality @@ -58,11 +63,11 @@ rules = [ # AAC variable bitrate mode # Available values: 0 (cbr, default), 1-5 (quality level) - #bluez5.a2dp.aac.bitratemode = 0 + #bluez5.a2dp.aac.bitratemode = 0 # Profile connected first # Available values: a2dp-sink (default), headset-head-unit - #device.profile = headset-head-unit + #device.profile = a2dp-sink } } }