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.cc845 uint8_t tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
866 case RW_T1T_SUBSTATE_WAIT_TLV_DETECT: in rw_t1t_handle_tlv_detect_rsp()
1014 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1058 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1062 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1089 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1094 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()
1105 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