'How can i save service with libconnman?

I'm using libconnman-qt on Embedded Linux device and i have some issues.

1-) How can i save services?

2-) I tried this way libconnman-qt connect to wifi but there is i have following problem.

- following code gives empty vector

  auto _vector = manager->getSavedServices();

  How can i get saved services?

Best Regards.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source