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

/external/libnfc-nci/src/nfc/tags/
H A Dtags_int.c38 const tT1T_CMD_RSP_INFO t1t_cmd_rsp_infos[] = variable
126 for (xx = 0, p=&t1t_cmd_rsp_infos[0]; xx<T1T_MAX_NUM_OPCODES; xx++, p++)
235 return ((UINT8) (p_info - t1t_cmd_rsp_infos) + RW_T1T_FIRST_EVT);
264 int ind = (int) (p_info - t1t_cmd_rsp_infos);

Completed in 172 milliseconds