Searched refs:T1T_CMD_RALL (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t.c | 94 …_info.op_code == T1T_CMD_RID) || (p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RALL) || (p_t1t->pre… in rw_t1t_data_cback() 117 …||((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_info->opcode != T1T_CMD_RID) && (*p != p… in rw_t1t_data_cback() 126 …_info.op_code == T1T_CMD_RID) || (p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RALL) || (p_t1t->pre… in rw_t1t_data_cback() 163 …p_t1t->prev_cmd_rsp_info.addr = ((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_i… in rw_t1t_data_cback() 622 …p_t1t->prev_cmd_rsp_info.addr = ((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_i… in rw_t1t_process_error() 810 if ((status = rw_t1t_send_static_cmd (T1T_CMD_RALL, 0, 0)) == NFC_STATUS_OK) in RW_T1tReadAll()
|
D | tags_int.c | 45 {T1T_CMD_RALL, 7, 3, 122},
|
D | rw_t1t_ndef.c | 90 if (p_info->opcode == T1T_CMD_RALL) in rw_t1t_handle_rsp() 202 else if (p_cmd_rsp_info->opcode == T1T_CMD_RALL) in rw_t1t_extract_lock_bytes() 230 else if (p_cmd_rsp_info->opcode == T1T_CMD_RALL) in rw_t1t_extract_lock_bytes() 2449 status = rw_t1t_send_static_cmd (T1T_CMD_RALL, 0, 0); in RW_T1tLocateTlv() 2503 const tT1T_CMD_RSP_INFO *p_cmd_rsp_info_rall = t1t_cmd_to_rsp_info (T1T_CMD_RALL); in RW_T1tReadNDef() 2572 status = rw_t1t_send_static_cmd (T1T_CMD_RALL, 0, 0); in RW_T1tReadNDef()
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 119 #define T1T_CMD_RALL 0x00 /* read all bytes */ macro
|