summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-08-04 17:19:43 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-29 12:43:05 -0700
commitdc61ec4419ebb656943c502ba60d2f7a6639315f (patch)
tree52a9de577072937b20ddbd0d9f6ab5d1dda3729c /tools
parentf081ac8845910eb9a047fdd68687dcbab1c9937b (diff)
downloadbluez-dc61ec4419ebb656943c502ba60d2f7a6639315f.tar.gz
client/player: Add support for PACS endpoints
This adds support for PAC_SINK and PAC_SOURCE endpoints as well as LC3 presets.
Diffstat (limited to 'tools')
-rw-r--r--tools/bluetooth-player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index 497d975e9..b6cdd161e 100644
--- a/tools/bluetooth-player.c
+++ b/tools/bluetooth-player.c
@@ -26,7 +26,6 @@
#include <glib.h>
#include "gdbus/gdbus.h"
-
#include "lib/bluetooth.h"
#include "lib/uuid.h"
@@ -37,6 +36,7 @@
#define PROMPT_ON COLOR_BLUE "[bluetooth]" COLOR_OFF "# "
#define PROMPT_OFF "[bluetooth]# "
+
static DBusConnection *dbus_conn;
static void connect_handler(DBusConnection *connection, void *user_data)