Searched refs:tlv_detect_state (Results 1 – 3 of 3) sorted by relevance
848 uint8_t tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp() local868 switch (tlv_detect_state) { in rw_t1t_handle_tlv_detect_rsp()884 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()886 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()899 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()906 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()910 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()937 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()942 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_VALUE; in rw_t1t_handle_tlv_detect_rsp()949 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()[all …]
1812 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_i93_sm_detect_ndef()1826 if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_TYPE) { in rw_i93_sm_detect_ndef()1835 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_1; in rw_i93_sm_detect_ndef()1846 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1851 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_2; in rw_i93_sm_detect_ndef()1854 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()1862 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1866 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_3; in rw_i93_sm_detect_ndef()1867 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1871 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()[all …]
718 uint8_t tlv_detect_state; /* TLV detecting state */ member