Home
last modified time | relevance | path

Searched refs:T1T_CMD_READ8 (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c107 else if (p_info->opcode == T1T_CMD_READ8) in rw_t1t_handle_rsp()
197 else if (p_cmd_rsp_info->opcode == T1T_CMD_READ8) in rw_t1t_extract_lock_bytes()
226 else if (p_cmd_rsp_info->opcode == T1T_CMD_READ8) in rw_t1t_extract_lock_bytes()
323 … if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, p_t1t->block_read, NULL)) == NFC_STATUS_OK) in rw_t1t_read_locks()
1275 … if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, p_t1t->block_read, NULL)) == NFC_STATUS_OK) in rw_t1t_handle_ndef_rall_rsp()
1329 case T1T_CMD_READ8: in rw_t1t_handle_ndef_read_rsp()
1382 …if ((ndef_status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, (UINT8) (p_t1t->block_read), NULL)) == NFC_… in rw_t1t_handle_ndef_read_rsp()
2672 … if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, p_t1t->block_read, NULL)) == NFC_STATUS_OK) in RW_T1tWriteNDef()
Dtags_int.c50 {T1T_CMD_READ8, 14, 10, 9},
Drw_t1t.c1014 if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, block, NULL)) == NFC_STATUS_OK) in RW_T1tRead8()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h125 #define T1T_CMD_READ8 0x02 /* read (8 byte) */ macro