Home
last modified time | relevance | path

Searched refs:df_name (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_DesfireFormat.c257 uint8_t df_name[] = DESFIRE_EV1_ISO_APP_DF_NAME; in phFriNfc_Desf_HWrapISONativeCmds() local
269 sizeof (df_name) + 2); in phFriNfc_Desf_HWrapISONativeCmds()
320 (void *)df_name, sizeof (df_name)); in phFriNfc_Desf_HWrapISONativeCmds()
321 i = (uint16_t)(i + sizeof (df_name)); in phFriNfc_Desf_HWrapISONativeCmds()
/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c312 UINT8 df_name[] = {0xD2, 0x76, 0x00, 0x00, 0x85, 0x01, 0x01}; in rw_t4t_create_app() local
330 UINT8_TO_BE_STREAM (p, (T4T_CMD_MAX_HDR_SIZE + sizeof(df_name) + 2)); in rw_t4t_create_app()
334 ARRAY_TO_BE_STREAM (p, df_name, sizeof(df_name)); /*DF file name */ in rw_t4t_create_app()