Diff between 0b552223236990788479e89d5f3b0bfb2797acc1 and 3d85cf30ed611fd993509e04a5b7518e8762306a
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +3 | -0 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 452ccfe..49f8957 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1849,6 +1849,9 @@ next:
bt_uuid_strcmp);
}
g_strfreev(uuids);
+
+ /* Discovered services restored from storage */
+ device->svc_resolved = true;
}
/* Load device id */