From: saerome.kim Date: Wed, 4 Jul 2018 00:46:17 +0000 (+0900) Subject: Added new error messge for ZigBee (ACR-884) X-Git-Tag: accepted/tizen/unified/20180705.081208~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b229e2f19c99a6c8230f4227a24d58cc5f18057;p=platform%2Fcore%2Fapi%2Fcommon.git Added new error messge for ZigBee (ACR-884) - Changed error codes from TIZEN_ZIGBEE_ERROR to TIZEN_ERROR_ZIGBEE. - Added ZigBee error codes & messages. Change-Id: Ia4d2577088268b51bcf073c142ebe7d206d97421 Signed-off-by: saerome.kim --- diff --git a/error_messages/capi-network-zigbee.xml b/error_messages/capi-network-zigbee.xml new file mode 100644 index 0000000..7ba3db1 --- /dev/null +++ b/error_messages/capi-network-zigbee.xml @@ -0,0 +1,15 @@ + + + + TIZEN_ERROR_ZIGBEE | 0x01 + Endpoint 0 is reserved for ZDP + + + TIZEN_ERROR_ZIGBEE | 0x02 + Wrong address + + + TIZEN_ERROR_ZIGBEE | 0x03 + Operation failed + + diff --git a/include/tizen_error.h b/include/tizen_error.h index e0c4777..923741f 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -272,7 +272,7 @@ extern "C" { /* Tizen Application Service Platform (ASP) Error */ #define TIZEN_ERROR_ASP -0x02F60000 /* Tizen Zigbee Error */ -#define TIZEN_ZIGBEE_ERROR -0x02F70000 +#define TIZEN_ERROR_ZIGBEE -0x02F70000 /* Tizen Smart Traffic Control (STC) Error */ #define TIZEN_ERROR_STC -0x02F80000 /* Tizen Thumbnail Util Error */ diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 7216d7a..15d5328 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.28 +Version: 0.4.29 Release: 1 Group: Base License: Apache-2.0