@@ -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
@@ -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"
@@ -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"
deleted file mode 100644
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- *
- * BlueZ - Bluetooth protocol stack for Linux
- *
- * Copyright 2024-2025 NXP
- *
- */
-
@@ -54,7 +54,6 @@
#include "media.h"
#include "transport.h"
-#include "bass.h"
#include "vcp.h"
#define MEDIA_TRANSPORT_INTERFACE "org.bluez.MediaTransport1"