config: update example bluetooth.conf
bluez5.auto-connect is by default disabled. device.profile does not exist. MIDI nodes also have node.latency-offset-msec
This commit is contained in:
@@ -56,14 +56,17 @@ monitor.bluez.properties = {
|
|||||||
# bluez5.hfphsp-backend-native-modem = "none"
|
# bluez5.hfphsp-backend-native-modem = "none"
|
||||||
|
|
||||||
## HFP/HSP hardware offload SCO support (default: false).
|
## HFP/HSP hardware offload SCO support (default: false).
|
||||||
|
## Using this feature requires a custom WirePlumber script that
|
||||||
|
## handles audio routing in a platform-specific way. See
|
||||||
|
## tests/examples/bt-pinephone.lua for an example.
|
||||||
# bluez5.hw-offload-sco = false
|
# bluez5.hw-offload-sco = false
|
||||||
|
|
||||||
## Properties for the A2DP codec configuration
|
## Properties for the A2DP codec configuration
|
||||||
# bluez5.default.rate = 48000
|
# bluez5.default.rate = 48000
|
||||||
# bluez5.default.channels = 2
|
# bluez5.default.channels = 2
|
||||||
|
|
||||||
## Register dummy AVRCP player, required for AVRCP volume function.
|
## Register dummy AVRCP player. Some devices have wrongly functioning
|
||||||
## Disable if you are running mpris-proxy or equivalent.
|
## volume or playback controls if this is not enabled. Default: false
|
||||||
# bluez5.dummy-avrcp-player = true
|
# bluez5.dummy-avrcp-player = true
|
||||||
|
|
||||||
## Opus Pro Audio mode settings
|
## Opus Pro Audio mode settings
|
||||||
@@ -104,7 +107,6 @@ monitor.bluez.rules = [
|
|||||||
# ]
|
# ]
|
||||||
# actions = {
|
# actions = {
|
||||||
# update-props = {
|
# update-props = {
|
||||||
# bluez5.auto-connect = "[ hfp_hf hsp_hs a2dp_sink ]"
|
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
@@ -138,10 +140,6 @@ monitor.bluez.rules = [
|
|||||||
# ## 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
|
|
||||||
# ## Available values: a2dp-sink (default), headset-head-unit
|
|
||||||
# device.profile = "a2dp-sink"
|
|
||||||
#
|
|
||||||
# ## Opus Pro Audio encoding mode: audio, voip, lowdelay
|
# ## Opus Pro Audio encoding mode: audio, voip, lowdelay
|
||||||
# bluez5.a2dp.opus.pro.application = "audio"
|
# bluez5.a2dp.opus.pro.application = "audio"
|
||||||
# bluez5.a2dp.opus.pro.bidi.application = "audio"
|
# bluez5.a2dp.opus.pro.bidi.application = "audio"
|
||||||
@@ -202,6 +200,7 @@ monitor.bluez-midi.rules = [
|
|||||||
# node.pause-on-idle = false
|
# node.pause-on-idle = false
|
||||||
# session.suspend-timeout-seconds = 5
|
# session.suspend-timeout-seconds = 5
|
||||||
# monitor.channel-volumes = false
|
# monitor.channel-volumes = false
|
||||||
|
# node.latency-offset-msec = 0
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
|
Reference in New Issue
Block a user