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