All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/5] Add initial code for handling BASS
@ 2023-05-05  8:29 Iulia Tanasescu
  2023-05-05  8:29 ` [PATCH BlueZ 1/5] lib/uuid: Add BASS UUIDs Iulia Tanasescu
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Iulia Tanasescu @ 2023-05-05  8:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Iulia Tanasescu

This patch series adds initial code for handling Broadcast Audio Scan Service.

Iulia Tanasescu (5):
  lib/uuid: Add BASS UUIDs
  shared/att-types: Add BT_ERROR_WRITE_REQUEST_REJECTED error code
  shared/util: Add iovec helpers for pulling/pushing le32 and le24
    values
  shared/bass: Add initial code for handling BASS
  profiles: Add initial code for BASS plugin

 Makefile.am            |    1 +
 Makefile.plugins       |    5 +
 configure.ac           |    4 +
 lib/uuid.h             |    5 +
 profiles/audio/bass.c  |  305 ++++++++++++
 src/shared/att-types.h |    4 +-
 src/shared/bass.c      | 1012 ++++++++++++++++++++++++++++++++++++++++
 src/shared/bass.h      |  122 +++++
 src/shared/util.c      |   53 +++
 src/shared/util.h      |    5 +
 10 files changed, 1515 insertions(+), 1 deletion(-)
 create mode 100644 profiles/audio/bass.c
 create mode 100644 src/shared/bass.c
 create mode 100644 src/shared/bass.h


base-commit: 3818b99c764efe84cd3455081f6392c256564085
-- 
2.34.1


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

end of thread, other threads:[~2023-05-05 18:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05  8:29 [PATCH BlueZ 0/5] Add initial code for handling BASS Iulia Tanasescu
2023-05-05  8:29 ` [PATCH BlueZ 1/5] lib/uuid: Add BASS UUIDs Iulia Tanasescu
2023-05-05 10:24   ` [BlueZ,1/5] " bluez.test.bot
2023-05-05  8:29 ` [PATCH BlueZ 2/5] shared/att-types: Add BT_ERROR_WRITE_REQUEST_REJECTED error code Iulia Tanasescu
2023-05-05  8:29 ` [PATCH BlueZ 3/5] shared/util: Add iovec helpers for pulling/pushing le32 and le24 values Iulia Tanasescu
2023-05-05  8:29 ` [PATCH BlueZ 4/5] shared/bass: Add initial code for handling BASS Iulia Tanasescu
2023-05-05  8:29 ` [PATCH BlueZ 5/5] profiles: Add initial code for BASS plugin Iulia Tanasescu
2023-05-05 18:50 ` [PATCH BlueZ 0/5] Add initial code for handling BASS 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.