From c6ac5d1da511a4cac4c31534ff479fbdfd037d11 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Thu, 20 Jan 2022 20:08:35 +0100 Subject: [PATCH] Set bluez reconnect prfiles to a2dp only --- defaults/desktop/hardware.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/desktop/hardware.nix b/defaults/desktop/hardware.nix index f89ec31..a20e23f 100644 --- a/defaults/desktop/hardware.nix +++ b/defaults/desktop/hardware.nix @@ -19,7 +19,9 @@ matches = [{ "device.name" = "~bluez_card.*"; }]; actions = { "update-props" = { - "bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ]; + "bluez5.reconnect-profiles" = [ + "a2dp_sink" + ]; # Optional: "hfp_hf" "hsp_hs" for microphone support # mSBC is not expected to work on all headset + adapter combinations. "bluez5.msbc-support" = true; # SBC-XQ is not expected to work on all headset + adapter combinations.