mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-09 08:21:08 -04:00
bluez5: bap: Add device property to force target latency
Some PTS tests (e.g. BAP/UCL/SCC/BV-046-C or BAP/UCL/SCC/BV-077-C) requests to select QoS from low-latency or high-reliabilty. The bluez5.bap.force-target-latency device property allows to force it. For other values than low-latency or high-reliabilty the QoS selection will use both tables to find the more appropriate configuration.
This commit is contained in:
parent
2770143f50
commit
c499255098
2 changed files with 83 additions and 68 deletions
|
|
@ -1373,6 +1373,12 @@ BAP QoS framing that needs to be applied for vendor defined preset
|
|||
This property is experimental.
|
||||
Default: as per QoS preset.
|
||||
|
||||
@PAR@ device-prop bluez5.bap.force-target-latency = "balanced" # string
|
||||
BAP QoS target latency profile forced for QoS configuration selection.
|
||||
If not set or set to "balanced", both low-latency and high-reliabilty QoS configuration table are used.
|
||||
This property is experimental.
|
||||
Available: low-latency, high-reliabilty, balanced
|
||||
|
||||
## Node properties
|
||||
|
||||
@PAR@ node-prop bluez5.media-source-role # string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue