Diff between c731508e2c3b9eab2da2293f32931f02d880ad3f and 1cbe923e920bacb625ce1e547666cc2735f24de9

Changed Files

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

Full Patch

diff --git a/src/device.c b/src/device.c
index 2aa0295..26a0161 100644
--- a/src/device.c
+++ b/src/device.c
@@ -580,6 +580,7 @@ static void gatt_cache_cleanup(struct btd_device *device)
 
 	bt_gatt_client_cancel_all(device->client);
 	gatt_db_clear(device->db);
+	device->le_state.svc_resolved = false;
 }
 
 static void gatt_client_cleanup(struct btd_device *device)