Update settings when device information in device_list is changed
[platform/upstream/connman.git] / src / device.c
index 5350282..377ef47 100755 (executable)
@@ -740,6 +740,7 @@ int connman_device_set_powered(struct connman_device *device,
 
 #if defined TIZEN_EXT
        device_send_changed(device->interface, type, "Powered", powered);
+       technology_save_device(device);
 #endif
 
        if (!device->powered) {