Change to the appropriate feature 53/65053/1 accepted/tizen/common/20160407.132608 accepted/tizen/ivi/20160407.111356 accepted/tizen/mobile/20160407.111306 accepted/tizen/tv/20160407.111324 accepted/tizen/wearable/20160407.111347 submit/tizen/20160407.055133
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Apr 2016 05:38:48 +0000 (14:38 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Apr 2016 05:39:45 +0000 (14:39 +0900)
- nfc_se_set_preferred_handler
- nfc_se_unset_preferred_handler

Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I82b75daf88e7c52a64d78244b1ed3ccf585e9bf4

src/nfc_card_emulation.c

index c18af86a24d4b0ad99b2e488f00d3a739af804a8..5fc245e477af976ca5a93d6a683822b1bf8ba141 100755 (executable)
@@ -472,7 +472,7 @@ int nfc_se_set_preferred_handler()
 
        LOG_BEGIN();
 
-       CHECK_SUPPORTED(NFC_CE_HCE_FEATURE);
+       CHECK_SUPPORTED(NFC_CE_FEATURE);
 
        /* LCOV_EXCL_START */
        CHECK_INIT();
@@ -490,7 +490,7 @@ int nfc_se_unset_preferred_handler()
 
        LOG_BEGIN();
 
-       CHECK_SUPPORTED(NFC_CE_HCE_FEATURE);
+       CHECK_SUPPORTED(NFC_CE_FEATURE);
 
        /* LCOV_EXCL_START */
        CHECK_INIT();