Diff between 7c01439fd931ad9faacab2bce01aa14bd84d751c and e3962d934839235f718e59f81ad8ce2ebf8dd7d1

Changed Files

File Additions Deletions Status
src/shared/gatt-client.c +3 -0 modified

Full Patch

diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 57d3e1f..faae71c 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -1095,6 +1095,9 @@ static void service_changed_cb(uint16_t value_handle, const uint8_t *value,
 	if (!op)
 		return;
 
+	op->start_handle = start;
+	op->end_handle = end;
+
 	queue_push_tail(client->svc_chngd_queue, op);
 }