From 2100b228abb62657a5db0f6eb60f96252b860ced Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 28 Feb 2022 17:58:56 +0530 Subject: [PATCH] wireplumber: Add explicit bluetooth configuration --- .../.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua diff --git a/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua b/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua new file mode 100644 index 0000000..4832896 --- /dev/null +++ b/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua @@ -0,0 +1,5 @@ +bluez_monitor.properties = { + ["bluez5.enable-sbc-xq"] = true, + ["bluez5.enable-msbc"] = true, + ["bluez5.codecs"] = "[ldac aac aptx_hd sbc_xq aptx sbc]", +}