Searched defs:tlv_detect_state (Results 1 - 2 of 2) sorted by path

/system/nfc/src/nfc/include/
H A Drw_int.h676 uint8_t tlv_detect_state; /* TLV detecting state */ member in struct:__anon2539
/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc848 uint8_t tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; local
868 switch (tlv_detect_state) {
884 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN;
886 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN;
899 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0;
906 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN;
910 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN;
937 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0;
942 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_VALUE;
949 tlv_detect_state
[all...]

Completed in 12 milliseconds