Add some new API for connected peers
authorJiwan Kim <ji-wan.kim@samsung.com>
Fri, 2 Jun 2017 07:02:03 +0000 (16:02 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
commit350d81697a2d6a5065a1bc7af87178d1666e6dbc
tree8dd754119fc025affcbc5c06a34e01ada116c131
parent02347da8a94d3d98f85cdec69c51d79dd1014312
Add some new API for connected peers

- mesh_foreach_connected_peers() added.
- mesh_peer_get_address() added.
- Update mesh_get_joined_network() to return MESH_ERROR_NONE
  if no joined network exists.
include/mesh.h
include/mesh_dbus.h
include/mesh_private.h
src/mesh.c
src/mesh_dbus.c
test/mesh_network.c