Searched refs:T1T_CMD_UID_LEN (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t.c | 339 ARRAY_TO_STREAM (p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_static_cmd() 407 ARRAY_TO_STREAM (p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_dyn_cmd() 475 STREAM_TO_ARRAY (p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp() 491 tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]) in rw_t1t_select() argument 509 memcpy (p_t1t->mem, uid, T1T_CMD_UID_LEN); in rw_t1t_select()
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 108 #define T1T_CMD_UID_LEN 4 /* the len of UID used in Type 1 Tag Commands */ macro
|
D | rw_api.h | 152 UINT8 uid[T1T_CMD_UID_LEN];
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_api.h | 153 #define NFA_T1T_CMD_UID_LEN T1T_CMD_UID_LEN /* UID len for T1T cmds */
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 605 extern tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]);
|