summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2013-04-03 11:59:50 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2013-06-21 19:51:28 -0300
commit1f123c1c410113606d63022f6061a675a2faf7c6 (patch)
tree399601957ca0020174163cdc4f326c0a35f02c8d
parent82bc688dbe6eec1d5be38ea7171489f45ca4d2ac (diff)
hfp_hf_bluez5: Handle org.bluez.Profile1.Release()vcgomes-for-upstream
There's nothing we can do in this case, so we only reply with a success.
-rw-r--r--plugins/hfp_hf_bluez5.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 267a4eda..c96e4837 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -564,9 +564,7 @@ static DBusMessage *profile_release(DBusConnection *conn,
{
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,