bluez-monitor: improve documentation for 'bluez5.msbc-support', set values of some properties in comment to default

This commit is contained in:
Huang-Huang Bao 2021-04-10 17:45:01 +08:00
parent d8f86ca6e5
commit 0beb6bfc6c
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B

View file

@ -1,7 +1,12 @@
# Bluez monitor config file # # Bluez monitor config file #
properties = { 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 # Enabled headset roles (default: [ hsp_hs hfp_ag ]), this
# property only applies to native backend. Currently some headsets # property only applies to native backend. Currently some headsets
@ -46,7 +51,7 @@ rules = [
#] #]
bluez5.reconnect-profiles = [ hfp_hf hsp_hs a2dp_sink ] 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 #bluez5.msbc-support = false
# LDAC encoding quality # LDAC encoding quality
@ -58,11 +63,11 @@ rules = [
# AAC variable bitrate mode # AAC variable bitrate mode
# Available values: 0 (cbr, default), 1-5 (quality level) # Available values: 0 (cbr, default), 1-5 (quality level)
#bluez5.a2dp.aac.bitratemode = 0 #bluez5.a2dp.aac.bitratemode = 0
# Profile connected first # Profile connected first
# Available values: a2dp-sink (default), headset-head-unit # Available values: a2dp-sink (default), headset-head-unit
#device.profile = headset-head-unit #device.profile = a2dp-sink
} }
} }
} }