summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-16 14:07:44 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-29 12:43:05 -0700
commit9e298f8402d9e7aabce491ad9700f9ca267335fb (patch)
treebb99b651ac3ff6ba22f33c960fff3a38b43abdb1 /tools
parentdc61ec4419ebb656943c502ba60d2f7a6639315f (diff)
downloadbluez-9e298f8402d9e7aabce491ad9700f9ca267335fb.tar.gz
client/player: Use QoS interval on transport.send
This makes use of QoS interval when sending a file.
Diffstat (limited to 'tools')
-rw-r--r--tools/bluetooth-player.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index b6cdd161e..eba104d09 100644
--- a/tools/bluetooth-player.c
+++ b/tools/bluetooth-player.c
@@ -36,7 +36,6 @@
#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)