Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dtags_int.c65 const tT2T_CMD_RSP_INFO t2t_cmd_rsp_infos[] = variable
213 for (xx = 0, p = &t2t_cmd_rsp_infos[0]; xx < T2T_MAX_NUM_OPCODES; xx++, p++) in t2t_cmd_to_rsp_info()
250 return ((UINT8) (p_info - t2t_cmd_rsp_infos) + RW_T2T_FIRST_EVT); in t2t_info_to_evt()
283 int ind = (int) (p_info - t2t_cmd_rsp_infos); in t2t_info_to_str()
/external/libnfc-nci/src/nfc/int/
Dtags_int.h82 extern const tT2T_CMD_RSP_INFO t2t_cmd_rsp_infos[];