From 9882f2d4fd8bf65fb1c2d6d1aeb6a815fbdbeab6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Tue, 13 Aug 2013 01:53:39 -0300 Subject: [PATCH] Revert "bluetooth: Support transport auto-release" This reverts commit 0e4c16e120f95b122c7139deb046192927d1b6c7. This is part of the reversion of BlueZ 5 support so it can be added back in a separate set of modules. This makes the code easier to maintain and decrease PulseAudio's binary size. --- src/modules/bluetooth/bluetooth-util.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index 892e5fa..98517df 100644 --- a/src/modules/bluetooth/bluetooth-util.c +++ b/src/modules/bluetooth/bluetooth-util.c @@ -1534,12 +1534,6 @@ void pa_bluetooth_transport_release(pa_bluetooth_transport *t) { pa_assert_se(dbus_message_append_args(m, DBUS_TYPE_STRING, &accesstype, DBUS_TYPE_INVALID)); } else { pa_assert(t->device->discovery->version == BLUEZ_VERSION_5); - - if (t->state <= PA_BLUETOOTH_TRANSPORT_STATE_IDLE) { - pa_log_info("Transport %s auto-released by BlueZ or already released", t->path); - return; - } - pa_assert_se(m = dbus_message_new_method_call(t->owner, t->path, "org.bluez.MediaTransport1", "Release")); } -- 2.7.4