Add an API for handling user-specific properties in Enrollee side
authorJihun Ha <jihun.ha@samsung.com>
Sun, 31 Jul 2016 07:41:10 +0000 (16:41 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 1 Aug 2016 06:38:58 +0000 (06:38 +0000)
commit77e1fddc4c4e8c6bc8160864f1ba98116df7ba14
treecd81fb97ca95f50472f8816c5de2091c84f669db
parent193ab8a4bd628ed6688d2468ba6aac99ab100f54
Add an API for handling user-specific properties in Enrollee side

User can register two function pointers to easy setup stack for handling
user-specific properties for incomming and outgoing payload if needed.
This API helps the easy setup code not changed even user wants to deliver
more properties in addition to easy setup properties in OCF spec.

Change-Id: I4e543d0abfbd6820db055d763421997cf39f5cab
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9837
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/easy-setup/enrollee/inc/easysetup.h
service/easy-setup/enrollee/src/easysetup.c
service/easy-setup/enrollee/src/easysetupcallbacks.h [deleted file]
service/easy-setup/enrollee/src/resourcehandler.c
service/easy-setup/enrollee/src/resourcehandler.h
service/easy-setup/inc/escommon.h
service/easy-setup/sampleapp/enrollee/linux/SConscript
service/easy-setup/sampleapp/enrollee/linux/easysetup_x.c [new file with mode: 0755]
service/easy-setup/sampleapp/enrollee/linux/easysetup_x.h [new file with mode: 0755]
service/easy-setup/sampleapp/enrollee/linux/enrolleewifi.c [changed mode: 0644->0755]