Diff between af025403bd67fd1dfcc1bb952e44558d44090c7c and 42a83dbb0cfe4d9e1613a02dbe69eec242ee0aff
Changed Files
| File | Additions | Deletions | Status |
| src/gatt-database.c | +1 | -1 | modified |
Full Patch
diff --git a/src/gatt-database.c b/src/gatt-database.c
index 0c84b25..4730470 100644
--- a/src/gatt-database.c
+++ b/src/gatt-database.c
@@ -1831,7 +1831,7 @@ static bool pipe_io_read(struct io *io, void *user_data)
buf, bytes_read,
gatt_db_attribute_get_handle(chrc->ccc),
chrc->props & BT_GATT_CHRC_PROP_INDICATE,
- NULL);
+ chrc->proxy);
return true;
}