Diff between 03fdd8bc7627f887b915e70b4714e085242a2afb and 4fff33278bb802e93c8f86cf7fc8a8d0bd90a793

Changed Files

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

Full Patch

diff --git a/src/device.c b/src/device.c
index b0d43b4..f48faba 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)