mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
bluez5: pass per-device settings to codec handler, make 'bluez5.sbc-xq-support' a per-device setting
This commit is contained in:
parent
af8272fe08
commit
374180e211
7 changed files with 71 additions and 27 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# Bluez monitor config file #
|
||||
|
||||
properties = {
|
||||
# MSBC is not expected to work on all headset + adapter combinations.
|
||||
#bluez5.msbc-support = true
|
||||
#bluez5.sbc-xq-support = true
|
||||
|
||||
# Enabled headset roles (default: [ hsp_hs hfp_ag ]), this
|
||||
|
|
@ -35,7 +33,8 @@ rules = [
|
|||
actions = {
|
||||
# Actions can update properties on the matched object.
|
||||
update-props = {
|
||||
#device.nick = "My Device"
|
||||
# MSBC is not expected to work on all headset + adapter combinations.
|
||||
#bluez5.msbc-support = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue