Set bluez reconnect prfiles to a2dp only

This commit is contained in:
Fabian Hauser 2022-01-20 20:08:35 +01:00
parent abe0ef7ad8
commit c6ac5d1da5

View file

@ -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.