Diff between f585e7ac8da3ba20fc465e3c255d2a88b7390977 and e4078df99904fa2128aa490b55bb9c619f44d59c
Changed Files
| File | Additions | Deletions | Status |
| src/gatt-client.c | +1 | -1 | modified |
Full Patch
diff --git a/src/gatt-client.c b/src/gatt-client.c
index b86bfe6..6c67841 100644
--- a/src/gatt-client.c
+++ b/src/gatt-client.c
@@ -1173,7 +1173,7 @@ static DBusMessage *characteristic_start_notify(DBusConnection *conn,
client = queue_find(chrc->notify_clients, match_notify_sender, sender);
if (client)
return client->notify_id ?
- btd_error_failed(msg, "Already notifying") :
+ g_dbus_create_reply(msg, DBUS_TYPE_INVALID) :
btd_error_in_progress(msg);
client = notify_client_create(chrc, sender);