Searched refs:t1t (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c60 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
66 tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info;
219 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
242 /* Stop t1t timer (if started) */
320 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
380 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
447 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
494 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
529 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
532 RW_TRACE_ERROR2 ("T1T timeout. state=%s command (opcode)=0x%02x ", rw_t1t_get_state_name (p_t1t->state), (rw_cb.tcb.t1t
[all...]
H A Drw_t1t_ndef.c79 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
130 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
187 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
188 tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info;
257 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
305 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
361 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
384 if (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0 || rw_cb.tcb.t1t.hr[1] >= RW_T1T_HR1_MIN)
607 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t;
[all...]
H A Dtags_int.c131 if ((xx < T1T_STATIC_OPCODES) || (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0))
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h307 tNFA_T1T_PARAMS t1t; /* HR and UID of T1T */ member in union:__anon23980
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h558 tRW_T1T_CB t1t; member in union:__anon24379
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c2671 memcpy (tag_params.t1t.hr, p_activate_params->intf_param.intf_param.frame.param, NFA_T1T_HR_LEN);
2672 memcpy (tag_params.t1t.uid, p_activate_params->rf_tech_param.param.pa.nfcid1, p_activate_params->rf_tech_param.param.pa.nfcid1_len);

Completed in 766 milliseconds