Change some API from public to in-house
authorsaerome.kim <saerome.kim@samsung.com>
Mon, 3 Jul 2017 10:26:45 +0000 (19:26 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
commit0e5d0d242fb6b716b167cb891ab25682e39f173a
tree8b8be34961dd566904989f60dc4257d178d1a2b5
parent569e9a4004be62c9ba38c2b486d92d969a5bd827
Change some API from public to in-house
- remove 'data_rate' parameter at  mesh_network_new_with()
- change below API to internal
 . mesh_network_set_data_rate()
 . mesh_network_get_data_rate()
 . mesh_cancel_scan()
 . mesh_set_gate()
 . mesh_unset_gate()
 . mesh_get_station_info()
 . mesh_get_mpath_info()
 . mesh_set_interface()

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/mesh.h
include/mesh_dbus.h
src/mesh.c
test/common.h
test/mesh_network.c