diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-16 11:51:31 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-16 11:51:31 +0300 |
commit | 4fff33278bb802e93c8f86cf7fc8a8d0bd90a793 (patch) | |
tree | 5682fb73a1dbc1dadd5756a51ce9928412f3e8af /src | |
parent | 03fdd8bc7627f887b915e70b4714e085242a2afb (diff) |
device: Mark services as resolved also when loading from storage
Diffstat (limited to 'src')
-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) |