Searched refs:r_apdu_len (Results 1 – 1 of 1) sorted by relevance
1837 uint16_t r_apdu_len; in rw_t4t_sm_read_ndef() local1918 r_apdu_len = (uint16_t)(*(p + 2) << 8); in rw_t4t_sm_read_ndef()1919 r_apdu_len |= (uint8_t) * (p + 3); in rw_t4t_sm_read_ndef()1920 if (r_apdu_len <= (p_t4t->max_read_size - 4)) { in rw_t4t_sm_read_ndef()1928 if (r_apdu_len == p_r_apdu->len) { in rw_t4t_sm_read_ndef()