Home
last modified time | relevance | path

Searched refs:RW_T1T_SUBSTATE_WAIT_TLV_DETECT (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc848 uint8_t tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
869 case RW_T1T_SUBSTATE_WAIT_TLV_DETECT: in rw_t1t_handle_tlv_detect_rsp()
1017 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1061 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1065 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1092 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1097 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1108 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
/system/nfc/src/nfc/include/
Drw_int.h96 #define RW_T1T_SUBSTATE_WAIT_TLV_DETECT 0x01 macro