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 …]
1896 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_i93_sm_detect_ndef()1910 if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_TYPE) { in rw_i93_sm_detect_ndef()1919 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_1; in rw_i93_sm_detect_ndef()1930 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1935 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_2; in rw_i93_sm_detect_ndef()1938 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()1946 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1950 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_3; in rw_i93_sm_detect_ndef()1951 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()1955 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()[all …]
725 uint8_t tlv_detect_state; /* TLV detecting state */ member