I'd like to know why it is not possible to reorder services in
different states.  I'm implementing this feature in EFL UI and it's a
bit weird not being able to re-order them. Looking at connman's
source, inside move_service() there's this check:

if (target->state != service->state)
         return __connman_error_invalid_service(msg);

So, if the favorite service has a "failure" state while the other
(that i'm trying to put on top) is in "idle", i'm not able to reorder
them.


thanks
Lucas De Marchi
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to