Home
last modified time | relevance | path

Searched refs:RW_T1T_STATE_WRITE (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t.c183 &&(p_t1t->state != RW_T1T_STATE_WRITE) ) in rw_t1t_data_cback()
891 p_t1t->state = RW_T1T_STATE_WRITE; in RW_T1tWriteErase()
944 p_t1t->state = RW_T1T_STATE_WRITE; in RW_T1tWriteNoErase()
1061 p_t1t->state = RW_T1T_STATE_WRITE; in RW_T1tWriteErase8()
1111 p_t1t->state = RW_T1T_STATE_WRITE; in RW_T1tWriteNoErase8()
1144 case RW_T1T_STATE_WRITE: in rw_t1t_get_state_name()
Drw_t1t_ndef.c83 ||(p_t1t->state == RW_T1T_STATE_WRITE) ) in rw_t1t_handle_rsp()
377 case RW_T1T_STATE_WRITE: in rw_t1t_handle_write_rsp()
/external/libnfc-nci/src/nfc/int/
Drw_int.h63 #define RW_T1T_STATE_WRITE 0x03 /* waiting rsp for write command sent to ta… macro