Diff between 85afc7c241689e022cd83225a21854cc422170e0 and c069eb2e0b3aef8abef3d066f9eaed61d4bf66b9

Changed Files

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

Full Patch

diff --git a/src/gatt-client.c b/src/gatt-client.c
index 20a5ae6..39f6646 100644
--- a/src/gatt-client.c
+++ b/src/gatt-client.c
@@ -1654,6 +1654,7 @@ static gboolean set_chrcs_ready(gpointer user_data)
 {
 	struct service *service = user_data;
 
+	service->idle_id = 0;
 	notify_chrcs(service);
 
 	return FALSE;