From d22a4d60b37c7692af11e018e4dd41e3fa14007c Mon Sep 17 00:00:00 2001 From: Vinit Mehta Date: Mon, 3 Mar 2025 15:28:31 +0530 Subject: [PATCH] doc: Add BAP QoS config & select option This adds configuration options for BAP unicast QoS based on user config parameters --- doc/dox/config/pipewire-props.7.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/dox/config/pipewire-props.7.md b/doc/dox/config/pipewire-props.7.md index d7e6af820..461cb53d9 100644 --- a/doc/dox/config/pipewire-props.7.md +++ b/doc/dox/config/pipewire-props.7.md @@ -917,6 +917,22 @@ PipeWire Opus Pro audio profile duplex max bitrate. PipeWire Opus Pro audio profile duplex frame duration (1/10 ms). @PAR@ monitor-prop bluez5.bcast_source.config = [] # JSON + +@PAR@ monitor-prop bluez5.bap.set_name = "48_2_1" # string +BAP QoS set name that can be configured to select specific BAP QoS combination + +@PAR@ monitor-prop bluez5.bap.rtn = 5 # integer +BAP QoS retransmission number that needs to be configured for the set_name + +@PAR@ monitor-prop bluez5.bap.latency = 20 # integer +BAP QoS latency that needs to be configured for the set_name + +@PAR@ monitor-prop bluez5.bap.delay = 40000 # integer +BAP QoS delay that needs to be configured for the set_name + +@PAR@ monitor-prop bluez5.framing = false # boolean +BAP framing mode that needs to be configured for the set_name + \parblock Example: ```