[TBT][NFC][Change text in hcetestappb] 84/84784/1
authorso2.park <so2.park@samsung.com>
Mon, 22 Aug 2016 10:11:02 +0000 (19:11 +0900)
committerso2.park <so2.park@samsung.com>
Mon, 22 Aug 2016 10:11:02 +0000 (19:11 +0900)
Change-Id: Iec2adcbad6c3fe1397e67f89b9e6f443cec99a1e
Signed-off-by: so2.park <so2.park@samsung.com>
release/binary-arm/org.tizen.tbt_hcetestappb-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbt_hcetestappb-1.0.0-i386.tpk
tbt_hcetestappB/src/tbt_hcetestappb.c

index b736d98eb0e1c6b939a3b706bde12cb206f004b5..e5cfe60db10400eb7c10a202b70e3fccd484feea 100644 (file)
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
index 67606b1c6f4788ce5b4badaf108fee55a09de892..31cf4f1dc8e2c7f092120a187ace8eb3384d2dd2 100644 (file)
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
index a049da8c5ccee8cd78845ade4cd48e177f0ba2d0..f62b62d88c471a3f1eaed8896573c3faa0870e88 100644 (file)
@@ -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, "<align=center>Data Received</align>");
+               elm_object_text_set(ad->label, "<align=center>App-B received</align>");
 
                ret = nfc_hce_send_apdu_response(handle, resp, sizeof(resp));
                DBG("nfc_hce_send_apdu_response() result : [%d]", ret);