Change zigbee enabled notification
authorJiwan Kim <ji-wan.kim@samsung.com>
Fri, 31 Mar 2017 08:09:22 +0000 (17:09 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 11 May 2017 09:07:21 +0000 (18:07 +0900)
commit46b48ef0bafc29a2a8de4175b97bca4f2175a2a9
tree9d2f2ec606ce242a5c142e6d01e7590eb71584db
parent77a191c2ccaeed0b085bb3301445d80dfd0e2b9d
Change zigbee enabled notification

- previous : sets a callback with zb_enable()
  changed : gets result of zb_enable with event (ZB_ZDP_ENABLE_EVENT)
- Currently it is a platform level API.

Change-Id: Id5b1a188d0f869015674867c28f4d3bf2c0f65fe
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
include/zigbee_internal.h
lib/zbl.c
lib/zbl_dbus.c
lib/zbl_dbus.h
test/main.c