Home | History | Annotate | Download | only in int

Lines Matching full:command

55 #define RW_T1T_LOCK_UPDATE_INITIATED            0x01    /* Sent command to set the Lock bytes                       */
62 #define RW_T1T_STATE_READ 0x02 /* waiting rsp for read command sent to tag */
63 #define RW_T1T_STATE_WRITE 0x03 /* waiting rsp for write command sent to tag */
124 UINT8 op_code; /* Command sent */
140 tT1T_CMD_RSP_INFO *p_cmd_rsp_info; /* Pointer to Command rsp info of last sent command */
143 BT_HDR *p_cur_cmd_buf; /* Buffer to hold cur sent command for retransmission */
145 tRW_T1T_PREV_CMD_RSP_INFO prev_cmd_rsp_info; /* Information about previous sent command if retx */
146 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */
215 #define RW_T2T_LOCK_UPDATE_INITIATED 0x01 /* Sent command to set the Lock bytes */
223 #define RW_T2T_STATE_READ 0x02 /* waiting response for read command sent to tag */
224 #define RW_T2T_STATE_WRITE 0x03 /* waiting response for write command sent to tag */
225 #define RW_T2T_STATE_SELECT_SECTOR 0x04 /* Waiting response for sector select command */
235 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
312 tT2T_CMD_RSP_INFO *p_cmd_rsp_info; /* Pointer to Command rsp info of last sent command */
313 BT_HDR *p_cur_cmd_buf; /* Copy of current command, for retx/send after sector change */
314 BT_HDR *p_sec_cmd_buf; /* Copy of command, to send after sector change */
363 UINT8 nbr; /* NBr: number of blocks that can be read using one Check command */
364 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */
372 #define RW_T3T_FL_IS_FINAL_NDEF_SEGMENT 0x01 /* The final command for completing the NDEF read/write */
381 UINT32 cur_tout; /* Current command timeout */
384 UINT8 cur_cmd; /* Current command being executed */
385 BT_HDR *p_cur_cmd_buf; /* Copy of current command, for retransmission */
394 UINT32 ndef_rx_readlen; /* Number of bytes read in current CHECK command */
401 UINT8 cur_poll_rc; /* RC used in current POLL command */
462 UINT16 max_read_size; /* max reading size per a command */
463 UINT16 max_update_size; /* max updating size per a command */
521 TIMER_LIST_ENT timer; /* timeout for each sent command */
522 UINT8 sent_cmd; /* last sent command */