From: so2.park Date: Mon, 22 Aug 2016 10:11:02 +0000 (+0900) Subject: [TBT][NFC][Change text in hcetestappb] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=762f4f819efd2fc33976985b7f6c0430b244ebf8;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][NFC][Change text in hcetestappb] Change-Id: Iec2adcbad6c3fe1397e67f89b9e6f443cec99a1e Signed-off-by: so2.park --- diff --git a/release/binary-arm/org.tizen.tbt_hcetestappb-1.0.0-arm.tpk b/release/binary-arm/org.tizen.tbt_hcetestappb-1.0.0-arm.tpk index b736d98..e5cfe60 100644 Binary files a/release/binary-arm/org.tizen.tbt_hcetestappb-1.0.0-arm.tpk and b/release/binary-arm/org.tizen.tbt_hcetestappb-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbt_hcetestappb-1.0.0-i386.tpk b/release/binary-x86/org.tizen.tbt_hcetestappb-1.0.0-i386.tpk index 67606b1..31cf4f1 100644 Binary files a/release/binary-x86/org.tizen.tbt_hcetestappb-1.0.0-i386.tpk and b/release/binary-x86/org.tizen.tbt_hcetestappb-1.0.0-i386.tpk differ diff --git a/tbt_hcetestappB/src/tbt_hcetestappb.c b/tbt_hcetestappB/src/tbt_hcetestappb.c index a049da8..f62b62d 100644 --- a/tbt_hcetestappB/src/tbt_hcetestappb.c +++ b/tbt_hcetestappB/src/tbt_hcetestappb.c @@ -70,7 +70,7 @@ static void hce_event_cb(nfc_se_h handle, nfc_hce_event_type_e event, unsigned c bool is_activated_handler = false; nfc_error_e ret = NFC_ERROR_NONE; - unsigned char resp[] = {0x11, 0x12, 0x90, 0x00}; + unsigned char resp[] = {0x12, 0x12, 0x90, 0x00}; char cmd_apdu[1024] = {0,}; switch(event) { @@ -99,7 +99,7 @@ static void hce_event_cb(nfc_se_h handle, nfc_hce_event_type_e event, unsigned c sprintf(&(cmd_apdu[i*2]), "%02X", apdu[i]); } DBG("hce_event_cb() event type : NFC_HCE_EVENT_APDU_RECEIVED [%s]", cmd_apdu); - elm_object_text_set(ad->label, "Data Received"); + elm_object_text_set(ad->label, "App-B received"); ret = nfc_hce_send_apdu_response(handle, resp, sizeof(resp)); DBG("nfc_hce_send_apdu_response() result : [%d]", ret);