diff options
Diffstat (limited to 'src/device.c')
| -rw-r--r-- | src/device.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/device.c b/src/device.c index df9306eb..322d9efe 100644 --- a/src/device.c +++ b/src/device.c @@ -828,8 +828,8 @@ static void services_changed(struct btd_device *device)  	for (i = 0, l = device->uuids; l; l = l->next, i++)  		uuids[i] = l->data; -	emit_property_changed(conn, device->path, DEVICE_INTERFACE, "UUIDs", -				DBUS_TYPE_ARRAY, &uuids); +	emit_array_property_changed(conn, device->path, DEVICE_INTERFACE, +					"UUIDs", DBUS_TYPE_STRING, &uuids);  	g_free(uuids);  } | 
