From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3776882862451196249==" MIME-Version: 1.0 From: Vinicius Costa Gomes Subject: [PATCH 7/7] hfp_hf_bluez5: Handle org.bluez.Profile1.Release() Date: Tue, 10 Sep 2013 21:09:46 -0300 Message-ID: <1378858186-683-7-git-send-email-vcgomes@gmail.com> In-Reply-To: <1378858186-683-1-git-send-email-vcgomes@gmail.com> List-Id: To: ofono@ofono.org --===============3776882862451196249== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable There's nothing we can do in this case, so we only reply with a success. --- plugins/hfp_hf_bluez5.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index 7e98a45..391a74e 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -564,9 +564,7 @@ static DBusMessage *profile_release(DBusConnection *con= n, { DBG("Profile handler Release"); = - return g_dbus_create_error(msg, BLUEZ_ERROR_INTERFACE - ".NotImplemented", - "Implementation not provided"); + return dbus_message_new_method_return(msg); } = static DBusMessage *profile_cancel(DBusConnection *conn, -- = 1.8.4 --===============3776882862451196249==--