Searched defs:dsfid (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c1341 tNFA_STATUS NFA_RwI93WriteDSFID (UINT8 dsfid) argument
1345 NFA_TRACE_API1 ("NFA_RwI93WriteDSFID (): DSFID: 0x%02X", dsfid);
1358 p_msg->params.i93_cmd.dsfid = dsfid;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h200 UINT8 dsfid; member in struct:__anon24230
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h209 UINT8 dsfid; /* DSFID */ member in struct:__anon24333
225 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon24335
1127 NFC_API extern tNFC_STATUS RW_I93WriteDSFID (UINT8 dsfid);
H A Dnfc_api.h559 UINT8 dsfid; member in struct:__anon24302
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c221 STREAM_TO_UINT8 (p_i93->dsfid, p);
389 STREAM_TO_UINT8 (rw_data.i93_inventory.dsfid, p);
454 rw_data.i93_sys_info.dsfid = p_i93->dsfid;
1178 tNFC_STATUS rw_i93_send_cmd_write_dsfid (UINT8 dsfid) argument
1205 UINT8_TO_STREAM (p, dsfid); /* DSFID */
2422 if (p_i93->dsfid != I93_DFS_UNSUPPORTED)
3663 tNFC_STATUS RW_I93WriteDSFID (UINT8 dsfid) argument
3676 status = rw_i93_send_cmd_write_dsfid (dsfid);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h532 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon24378
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h298 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon23979
380 UINT8 dsfid; /* DSFID */ member in struct:__anon23989
388 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon23990

Completed in 1060 milliseconds