From 4fff33278bb802e93c8f86cf7fc8a8d0bd90a793 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 16 Oct 2012 11:51:31 +0300 Subject: [PATCH] device: Mark services as resolved also when loading from storage --- src/device.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/device.c b/src/device.c index b0d43b4d6..f48faba13 100644 --- a/src/device.c +++ b/src/device.c @@ -1923,6 +1923,11 @@ add_uuids: g_strdup(l->data), bt_uuid_strcmp); } + + device->svc_resolved = true; + g_dbus_emit_property_changed(btd_get_dbus_connection(), + device->path, DEVICE_INTERFACE, + "UUIDs"); } static void device_remove_profiles(struct btd_device *device, GSList *uuids) -- 2.47.3