mbox series

[BlueZ,0/5] Add initial code for handling BASS

Message ID 20230505082943.92033-1-iulia.tanasescu@nxp.com
Headers show
Series Add initial code for handling BASS | expand

Message

Iulia Tanasescu May 5, 2023, 8:29 a.m. UTC
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