Set bluez reconnect prfiles to a2dp only
This commit is contained in:
parent
abe0ef7ad8
commit
c6ac5d1da5
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue