summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/wireplumber/bluetooth.lua.d
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-06-19 10:59:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-06-19 10:59:10 +0200
commitdf69b2a47709c7c6d608e7e91f0130e431db00a5 (patch)
treec4ebc0337fb9d32352c32078c5490002953b655b /accounts/gkleen@sif/wireplumber/bluetooth.lua.d
parent62f748a78fa5cbc52bb3e1432082a1b2b8250f2a (diff)
downloadnixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.gz
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.bz2
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.xz
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.zip
...
Diffstat (limited to 'accounts/gkleen@sif/wireplumber/bluetooth.lua.d')
-rw-r--r--accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua b/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua
index 7934e392..b0f2b55b 100644
--- a/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua
+++ b/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua
@@ -5,7 +5,7 @@ rule = {
5 }, 5 },
6 }, 6 },
7 apply_properties = { 7 apply_properties = {
8 ["bluez5.auto-connect"] = "[ hfp_hf hsp_hs a2dp_sink ]", 8 -- ["bluez5.auto-connect"] = "[ hfp_hf hsp_hs a2dp_sink ]",
9 }, 9 },
10} 10}
11 11
@@ -15,6 +15,4 @@ bluez_monitor.properties = {
15 ["bluez5.enable-msbc"] = true, 15 ["bluez5.enable-msbc"] = true,
16 ["bluez5.enable-sbc-xq"] = true, 16 ["bluez5.enable-sbc-xq"] = true,
17 ["bluez5.enable-hw-volume"] = true, 17 ["bluez5.enable-hw-volume"] = true,
18 ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]",
19 ["bluez5.codecs"] = "[ sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex ]",
20} 18}