Diff between 24f7199b8811fb85da7c64317678626d45ebde4c and ac17a42fc5fa8e6b7a855ba7c9aab291b42ac8ce

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 3614553..162bcac 100644
--- a/src/gatt-client.c
+++ b/src/gatt-client.c
@@ -707,7 +707,7 @@ static gboolean characteristic_value_exists(const GDBusPropertyTable *property,
 
 	gatt_db_attribute_read(chrc->attr, 0, 0, NULL, read_check_cb, &ret);
 
-	return TRUE;
+	return ret;
 }
 
 static gboolean characteristic_get_notifying(const GDBusPropertyTable *property,