--- src/device.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/device.c b/src/device.c index 87e5eff..9e4c41f 100644 --- a/src/device.c +++ b/src/device.c @@ -724,17 +724,7 @@ static void set_trust(GDBusPendingPropertySet id, gboolean value, void *data) { struct btd_device *device = data; - if (device->trusted == value) { - g_dbus_pending_property_success(id); - return; - } - - device->trusted = value; - - store_device_info(device); - - g_dbus_emit_property_changed(dbus_conn, device->path, - DEVICE_INTERFACE, "Trusted"); + device_set_trusted(device, value); g_dbus_pending_property_success(id); } -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html