Update PipeWire Bluetooth configuration to better prevent headset mode

This commit is contained in:
2026-06-12 11:10:19 +02:00
parent 9584a00673
commit 64073f18c0

View File

@ -177,13 +177,15 @@ in {
pipewire.wireplumber = { pipewire.wireplumber = {
enable = true; enable = true;
extraConfig = { extraConfig = {
"10-bluez-monitor.properties" = { "10-disable-hfp" = {
"bluez5.msbc-support" = false; "monitor.bluez.properties" = {
"bluez5.hfphsp-support" = false; "bluez5.enable-msbc" = false;
"bluez5.hfphsp-backend" = "none"; # Key addition: no backend "bluez5.roles" = ["a2dp_sink" "a2dp_source"];
"bluez5.roles" = ["a2dp_sink"]; "bluez5.enable-hw-volume" = true;
"bluez5.enable-sbc-xq" = true;
}; };
"11-bluetooth-policy" = { };
"11-no-autoswitch" = {
"wireplumber.settings" = { "wireplumber.settings" = {
"bluetooth.autoswitch-to-headset-profile" = false; "bluetooth.autoswitch-to-headset-profile" = false;
}; };