diff options
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c index b0d43b4d..f48faba1 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) |