All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/6] bap: Remove interface
@ 2025-03-07 15:44 Iulia Tanasescu
  2025-03-07 15:44 ` [PATCH BlueZ 1/6] shared/bap: Make bap_get_session public Iulia Tanasescu
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Iulia Tanasescu @ 2025-03-07 15:44 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, andrei.istodorescu,
	luiz.dentz, Iulia Tanasescu

This patch removes the BAP plugin interface and moves the required
APIs and data structures inside shared/bap, to avoid making calls
between plugins.

Iulia Tanasescu (6):
  shared/bap: Make bap_get_session public
  bap: Remove bap_get_session
  bap: Move default qos to shared/bap
  shared/bap: Add APIs to convert iso_qos to bap_qos
  bap: Remove interface
  bass: Free stream path

 Makefile.plugins      |   2 +-
 profiles/audio/bap.c  | 107 +-----------------------------------------
 profiles/audio/bap.h  |  17 -------
 profiles/audio/bass.c |  16 +++----
 src/shared/bap.c      |  99 ++++++++++++++++++++++++++++++++++++--
 src/shared/bap.h      |   9 ++++
 6 files changed, 115 insertions(+), 135 deletions(-)
 delete mode 100644 profiles/audio/bap.h

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-03-11 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 15:44 [PATCH BlueZ 0/6] bap: Remove interface Iulia Tanasescu
2025-03-07 15:44 ` [PATCH BlueZ 1/6] shared/bap: Make bap_get_session public Iulia Tanasescu
2025-03-07 17:13   ` bap: Remove interface bluez.test.bot
2025-03-07 15:44 ` [PATCH BlueZ 2/6] bap: Remove bap_get_session Iulia Tanasescu
2025-03-07 15:44 ` [PATCH BlueZ 3/6] bap: Move default qos to shared/bap Iulia Tanasescu
2025-03-07 15:44 ` [PATCH BlueZ 4/6] shared/bap: Add APIs to convert iso_qos to bap_qos Iulia Tanasescu
2025-03-07 15:44 ` [PATCH BlueZ 5/6] bap: Remove interface Iulia Tanasescu
2025-03-07 15:44 ` [PATCH BlueZ 6/6] bass: Free stream path Iulia Tanasescu
2025-03-11 15:50 ` [PATCH BlueZ 0/6] bap: Remove interface patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.