pipewire/spa/plugins/bluez5
Pauli Virtanen d94832942e bluez5: allow codecs to share endpoints
AVDTP in principle allows 62 endpoints, but in practice it appears some
devices (Samsung Galaxy Buds2 Pro, Redmi Buds 3 Lite, probably others)
fail to connect A2DP when the number is somewhere above 24.  A2DP
connection works when initiated from the Central, but not when the
device itself does it, so these devices are not fully broken.  We should
reduce the number of registered A2DP endpoints to avoid running into
problems with such broken devices.

Some of our source codecs are the same actual codec with the same
configuration, and don't need separate source endpoints.

Allow codecs to not have a registered endpoint (fill_caps == NULL), and
tolerate codecs with the same endpoint name.  In codec switch, keep
track separately which of the codecs with the same endpoint name the
local endpoint is currently associated with.
2022-10-26 18:59:26 +03:00
..
a2dp-codec-aac.c spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
a2dp-codec-aptx.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
a2dp-codec-caps.h bluez5: add opus-a2dp-0.5 caps 2022-07-19 13:44:56 +00:00
a2dp-codec-faststream.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
a2dp-codec-lc3plus.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
a2dp-codec-ldac.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
a2dp-codec-opus.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
a2dp-codec-sbc.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
backend-hsphfpd.c bluez5: require adapter before profile connect & after 2022-01-20 18:18:09 +00:00
backend-native.c bluez5: backend-native: Add a property to select the modem to use 2022-10-05 19:31:50 +00:00
backend-ofono.c bluez5: backend-ofono: don't do codec probe connections + add wait 2022-03-05 17:46:40 +00:00
bap-codec-caps.h bluez5: in SelectProperties, parse QoS values and pass to get_qos 2022-10-12 07:26:00 +00:00
bap-codec-lc3.c bluez5: in SelectProperties, parse QoS values and pass to get_qos 2022-10-12 07:26:00 +00:00
bluez-hardware.conf bluez5: Disable hw-volume for Soundcore Motion B 2022-08-01 19:34:39 +00:00
bluez5-dbus.c bluez5: allow codecs to share endpoints 2022-10-26 18:59:26 +03:00
bluez5-device.c bluez5: fix build_profile index handling 2022-10-12 07:26:00 +00:00
codec-loader.c bluez5: allow codecs to share endpoints 2022-10-26 18:59:26 +03:00
codec-loader.h bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
decode-buffer.h bluez5: avoid (harmless) integer overflow 2022-08-24 16:59:21 +00:00
defs.h bluez5: allow codecs to share endpoints 2022-10-26 18:59:26 +03:00
hci.c bluez5: probe adapter msbc capability via hci commands 2022-01-30 22:00:32 +02:00
media-codecs.c bluez5: Rename codec API from *a2dp* to *media* 2022-09-15 11:17:20 +00:00
media-codecs.h bluez5: allow codecs to share endpoints 2022-10-26 18:59:26 +03:00
media-sink.c bluez5: stop before freeing things 2022-10-20 21:52:49 +02:00
media-source.c bluez5: driver should produce buffers before ready 2022-10-22 15:23:06 +03:00
meson.build bluez5: backend-native: Add battery level indicator support 2022-10-05 19:31:50 +00:00
modemmanager.c bluez5: backend-native: Add a property to select the modem to use 2022-10-05 19:31:50 +00:00
modemmanager.h treewide: fix some strict-prototypes Clang warnings/errors 2022-10-12 07:32:47 +00:00
player.c bluez5: free player path 2022-01-03 10:41:00 +01:00
player.h bluez5: add a dummy AVRCP player as a workaround 2021-10-10 16:24:41 +03:00
plugin.c bluez5: support and use old api.bluez5.a2dp.* factory names for A2DP 2022-09-15 23:04:37 +03:00
quirks.c clean up some more array iterations 2022-10-03 09:20:42 +02: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
rtp.h
sco-io.c bluez5: sco-io: we should always read from socket 2022-07-05 14:21:04 +00:00
sco-sink.c bluez5: stop before freeing things 2022-10-20 21:52:49 +02:00
sco-source.c bluez5: driver should produce buffers before ready 2022-10-22 15:23:06 +03:00
upower.c bluez5: backend-native: Add battery level indicator support 2022-10-05 19:31:50 +00:00
upower.h bluez5: backend-native: Add battery level indicator support 2022-10-05 19:31:50 +00:00