Correcting the record type for "Hc" record 00/10200/2
authorAbhijit R D <abhijit.rd@samsung.com>
Tue, 24 Sep 2013 07:14:16 +0000 (12:44 +0530)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 27 Sep 2013 00:52:55 +0000 (17:52 -0700)
Changing record type from NET_NFC_RECORD_MIME_TYPE to NET_NFC_RECORD_WELL_KNOWN_TYPE

Change-Id: I00bf47efc7e825583464dad01f6abc85499bfac6

common/net_nfc_util_handover.c

index 898850089137c44e989f42344dbc78034bb84ef9..1138c859f534eaa10d6b73a537d3ee5baf8903cf 100755 (executable)
@@ -910,7 +910,7 @@ net_nfc_error_e net_nfc_util_create_handover_carrier_record(ndef_record_s ** rec
        type.buffer = (uint8_t *)CH_CAR_RECORD_TYPE;
        type.length = strlen(CH_CAR_RECORD_TYPE);
 
-       net_nfc_util_create_record(NET_NFC_RECORD_MIME_TYPE,
+       net_nfc_util_create_record(NET_NFC_RECORD_WELL_KNOWN_TYPE,
                        &type,
                        NULL,
                        &payload,