Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
comms: Add so-connman API
Browse files Browse the repository at this point in the history
so-connman is for implementing connection manager features.
The APIs should be implemented in Zephyr, connman and so on.
To connman, the connman D-Bus APIs are wrapped in the so-connman
APIs. The user can use the so-connman APIs to control connman.

To invoke the D-Bus method of connman, the async call is used,
the callback function is set to get the results of async call.

The basic so-connman APIs are in the patch.
It provides the APis of getting the name, ip address... of services.
The service connect/disconnect APIs and set/get offline
are implemented too.

The further sol-connman APIs are being planned.

Signed-off-by: Wu Zheng <[email protected]>
  • Loading branch information
wzhen12 committed May 24, 2016
1 parent 88ce128 commit af90cae
Showing 1 changed file with 476 additions and 0 deletions.
Loading

0 comments on commit af90cae

Please sign in to comment.