pipewire/spa/plugins/bluez5
Vinit Mehta 6dfb164cab bluez5: Add support to configure & select BAP QoS config
The current BAP unicast QoS configuration allows to register a sampling
frequency based on the configuration done using wireplumber configuration.
However, for a scenario were the user need to use a specific SDU framelength
it cannot be done as the select_bap_qos function selects the QoS based on
priority and hence it will use the best possible config rather than the user
configured.

This PR adds option to select the QoS set based on user configured value. If
the remote device doesn't have the user configured capabilities it will always
use the best priority config.

Further, this change also allows the user to set RTN, Latency, Delay QoS config
for certain use case to have controller use optimum bandwidth usage.

Below is the example for the options that can be configured & selected
in config file:

bluez5.bap.set_name = "48_2_1"
bluez5.bap.rtn = 5
bluez5.bap.latency = 20
bluez5.bap.delay = 40000
bluez5.framing = false
2025-04-14 07:26:28 +00:00
..
g722 bluez5: asha-codec-g722: Drop the dependency on FFmpeg 2025-02-13 19:55:18 +05:30
a2dp-codec-aac.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-aptx.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-caps.h bluez5: Add G722 codec for ASHA 2025-01-09 14:51:50 +00:00
a2dp-codec-faststream.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-lc3plus.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-ldac.c bluez5: ldac decoding support 2025-04-10 13:22:57 +00:00
a2dp-codec-opus-g.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-opus.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
a2dp-codec-sbc.c bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
asha-codec-g722.c bluez5: asha-codec-g722: Drop the dependency on FFmpeg 2025-02-13 19:55:18 +05:30
backend-hsphfpd.c spa: move dbus helpers out of bluez plugin 2024-02-05 13:03:20 +00:00
backend-native.c bluez5: backend-native: Add volume support to HFP HF 2025-03-12 11:01:50 +01:00
backend-ofono.c spa: move dbus helpers out of bluez plugin 2024-02-05 13:03:20 +00:00
bap-codec-caps.h bluez5: Configure LC3 codec capabilities 2024-12-14 10:57:23 +00:00
bap-codec-lc3.c bluez5: Add support to configure & select BAP QoS config 2025-04-14 07:26:28 +00:00
bluez-hardware.conf bluez5: add quirk for Phonak hearing aids 2024-10-13 11:50:04 +03:00
bluez5-dbus.c bluez5: fix volume ids 2025-04-09 07:50:30 +00:00
bluez5-device.c bluez5: fix volume ids 2025-04-09 07:50:30 +00:00
bt-latency.h bluez5: iso-io: track and apply corrections to tx latency 2024-04-12 18:50:15 +03:00
codec-loader.c bluez5: Add G722 codec for ASHA 2025-01-09 14:51:50 +00:00
codec-loader.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
dbus-monitor.c bluez5: fix glib signal disconnect 2023-04-14 20:06:57 +03:00
dbus-monitor.h chore: fix warnings shown by Clang 16 2023-05-09 08:31:56 +00:00
decode-buffer.h bluez5: improve decode-buffer latency accuracy 2024-12-01 23:05:27 +02:00
defs.h Remove some hardcoded channel number values 2025-04-04 15:46:03 +02:00
hci.c spa: bluez: use some more spa_auto* 2023-07-30 13:45:49 +02:00
iso-io.c bluez: initialize variable to avoid warning 2024-04-12 18:14:54 +02:00
iso-io.h bluez5: iso-io: track and apply corrections to tx latency 2024-04-12 18:50:15 +03:00
media-codecs.c bluez5: aptx-ll: produce 7.5ms packets 2024-02-05 19:34:47 +02:00
media-codecs.h bluez5: asha/g722: bump media_codec version 2025-01-09 14:51:50 +00:00
media-sink.c bluez5: media-sink: Use correct profile name for ASHA 2025-01-23 10:13:48 +05:30
media-source.c bluez5: specify node.latency at node rate 2025-02-17 19:42:56 +02:00
meson.build bluez5: ldac decoding support 2025-04-10 13:22:57 +00:00
midi-enum.c bluez5: don't exit if system DBus goes down 2024-10-16 23:55:17 +03:00
midi-node.c bluez5: don't exit if system DBus goes down 2024-10-16 23:55:17 +03:00
midi-parser.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
midi-server.c spa: use only static log topics 2024-01-04 10:02:55 +00:00
midi.h spa: bluez: include gio/gunixfdlist.h 2023-02-16 20:55:55 +01:00
modemmanager.c spa: bluez: fix crash when receiving signal from modemmanager 2024-06-15 10:11:38 -07:00
modemmanager.h spa: bluez: modemmanager: do not use old style declaration 2023-07-03 19:40:31 +02:00
org.bluez.xml bluez5: add GDBus-based object monitor framework 2023-01-24 08:27:56 +00:00
player.c spa: move dbus helpers out of bluez plugin 2024-02-05 13:03:20 +00:00
player.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
plugin.c spa: export log topic enumerations 2024-01-04 10:02:55 +00:00
quirks.c bluez5: reduce quirks logspam 2024-11-04 21:41:24 +02:00
rate-control.h bluez5: iso-io: track and apply corrections to tx latency 2024-04-12 18:50:15 +03:00
README-MIDI.md bluez5: fixup BLE MIDI selinux README 2023-01-24 08:27:56 +00:00
README-OPUS-A2DP.md bluez5: clarify OPUS-A2DP spec 2022-09-03 19:08:27 +00:00
README-SBC-XQ.md bluez5: add SBC XQ readme 2021-01-07 09:54:16 +01:00
README-Telephony.md bluez: org.freedesktop.PipeWire -> org.pipewire 2025-02-05 10:18:17 +01:00
rtp.h Add bluez5 plugins 2018-01-16 15:19:55 +01:00
sco-io.c bluez5: use initial SCO RX wait workaround only for USB controllers 2024-05-18 13:53:45 +03:00
sco-sink.c bluez5: sco-sink: more accurate latency values 2024-01-28 18:00:04 +02:00
sco-source.c bluez5: improve decode-buffer latency accuracy 2024-12-01 23:05:27 +02:00
telephony.c bluez5: backend-native: Add volume support to HFP HF 2025-03-12 11:01:50 +01:00
telephony.h bluez5: backend-native: Add volume support to HFP HF 2025-03-12 11:01:50 +01:00
test-midi.c bluez5: a few more -Werror=strict-prototypes fixes 2023-01-24 11:14:27 +02:00
upower.c spa: move dbus helpers out of bluez plugin 2024-02-05 13:03:20 +00:00
upower.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00