Message ID | 20250228155634.57979-4-iulia.tanasescu@nxp.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/3] shared/bap: Add APIs to register broadcast code callback | expand |
diff --git a/Makefile.plugins b/Makefile.plugins index 81cf3155a..43e665432 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -118,7 +118,7 @@ endif if BASS builtin_modules += bass -builtin_sources += profiles/audio/bass.h profiles/audio/bass.c +builtin_sources += profiles/audio/bass.c endif if MCP diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c index 37168e58c..0489f6655 100644 --- a/profiles/audio/bap.c +++ b/profiles/audio/bap.c @@ -57,7 +57,6 @@ #include "src/error.h" #include "bap.h" -#include "bass.h" #define ISO_SOCKET_UUID "6fbaf188-05e0-496a-9885-d6ddfdb4e03e" #define PACS_UUID_STR "00001850-0000-1000-8000-00805f9b34fb" diff --git a/profiles/audio/bass.c b/profiles/audio/bass.c index ec5b88ff3..44320a78a 100644 --- a/profiles/audio/bass.c +++ b/profiles/audio/bass.c @@ -52,7 +52,6 @@ #include "src/log.h" #include "src/error.h" -#include "bass.h" #include "bap.h" #define BASS_UUID_STR "0000184f-0000-1000-8000-00805f9b34fb" diff --git a/profiles/audio/bass.h b/profiles/audio/bass.h deleted file mode 100644 index 32c7e4def..000000000 --- a/profiles/audio/bass.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * - * BlueZ - Bluetooth protocol stack for Linux - * - * Copyright 2024-2025 NXP - * - */ - diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index bc7ee6e45..3d1f55b70 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -54,7 +54,6 @@ #include "media.h" #include "transport.h" -#include "bass.h" #include "vcp.h" #define MEDIA_TRANSPORT_INTERFACE "org.bluez.MediaTransport1"