bluetooth: split BT codec from A2DP SEP configuration api
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>
Tue, 2 Mar 2021 18:33:24 +0000 (21:33 +0300)
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>
Mon, 5 Apr 2021 15:43:32 +0000 (15:43 +0000)
commit310e2877a00fa2e81d8a8fc28de19f79fcfcdbbe
tree2a77bb7f7edf4ad078d5029994f6d271982d71f3
parentc7c9ca22abd6fd0871be31eaf5cff4225861634f
bluetooth: split BT codec from A2DP SEP configuration api

Common API for all bluetooth codecs is now pa_bt_codec.
API to negotiate and configure A2DP SEP over Bluez is now pa_a2dp_endpoint_conf.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/507>
12 files changed:
src/modules/bluetooth/a2dp-codec-api.h
src/modules/bluetooth/a2dp-codec-aptx-gst.c
src/modules/bluetooth/a2dp-codec-ldac-gst.c
src/modules/bluetooth/a2dp-codec-sbc.c
src/modules/bluetooth/a2dp-codec-util.c
src/modules/bluetooth/a2dp-codec-util.h
src/modules/bluetooth/bluez5-util.c
src/modules/bluetooth/bluez5-util.h
src/modules/bluetooth/bt-codec-api.h [new file with mode: 0644]
src/modules/bluetooth/bt-codec-cvsd.c
src/modules/bluetooth/bt-codec-msbc.c
src/modules/bluetooth/module-bluez5-device.c