Searched refs:T1T_CMD_READ8 (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.c | 107 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()
|
D | tags_int.c | 50 {T1T_CMD_READ8, 14, 10, 9},
|
D | rw_t1t.c | 1014 if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, block, NULL)) == NFC_STATUS_OK) in RW_T1tRead8()
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 125 #define T1T_CMD_READ8 0x02 /* read (8 byte) */ macro
|