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:
Pauli Virtanen
2024-01-14 21:14:47 +02:00
parent b932e22849
commit 6f3eb32937

View File

@@ -56,14 +56,17 @@ monitor.bluez.properties = {
# bluez5.hfphsp-backend-native-modem = "none"
## 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
## Properties for the A2DP codec configuration
# bluez5.default.rate = 48000
# bluez5.default.channels = 2
## Register dummy AVRCP player, required for AVRCP volume function.
## Disable if you are running mpris-proxy or equivalent.
## Register dummy AVRCP player. Some devices have wrongly functioning
## volume or playback controls if this is not enabled. Default: false
# bluez5.dummy-avrcp-player = true
## Opus Pro Audio mode settings
@@ -104,7 +107,6 @@ monitor.bluez.rules = [
# ]
# actions = {
# 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)
# 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
# bluez5.a2dp.opus.pro.application = "audio"
# bluez5.a2dp.opus.pro.bidi.application = "audio"
@@ -202,6 +200,7 @@ monitor.bluez-midi.rules = [
# node.pause-on-idle = false
# session.suspend-timeout-seconds = 5
# monitor.channel-volumes = false
# node.latency-offset-msec = 0
# }
# }
# }