When the device is loaded from storage, we should mark it as it services were resolved. --- src/device.c | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 1.8.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html