Diff between 1f380468ce06e22ea66e12f5d681f7e21044b12f and 433f7cce3bc68a05bc7a977aa8e130065872ef3d
Changed Files
| File | Additions | Deletions | Status |
| client/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/client/gatt.c b/client/gatt.c
index 9c991c2..11f70dc 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -2749,7 +2749,7 @@ static DBusMessage *desc_write_value(DBusConnection *conn, DBusMessage *msg,
bt_shell_printf("[" COLORED_CHG "] Attribute %s (%s) written",
desc->path, bt_uuidstr_to_str(desc->uuid));
- g_dbus_emit_property_changed(conn, desc->path, CHRC_INTERFACE, "Value");
+ g_dbus_emit_property_changed(conn, desc->path, DESC_INTERFACE, "Value");
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}