Change for connection state support
authorJiwan Kim <ji-wan.kim@samsung.com>
Thu, 8 Jun 2017 07:13:08 +0000 (16:13 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
commitff6c6770c99236f94c70b37f4e75a00ff59b21b8
tree0b9fb93a7572f5bd9302dbf23314298b91950289
parentb93eb8038a7b907d338e72c063b0e71da2f54063
Change for connection state support

- Remove MESH_JOIN(LEFT)_NETWORK_EVENT
- Add MESH_CONNECTION_STATE_EVENT
- Add mesh_network_get_connection_state()
- Add connection state into network information
include/mesh.h
include/mesh_private.h
src/mesh.c
src/mesh_dbus.c
test/common.h
test/main.c
test/mesh_network.c