Searched refs:card_size (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t4t.c230 p_t4t->card_size = 0xEDE;
238 p_t4t->card_size = 2048;
241 p_t4t->card_size = 4096;
244 p_t4t->card_size = 7680;
505 UINT16_TO_STREAM (p, p_t4t->card_size);
553 CCFileBytes[11] = p_t4t->card_size >> 8;
554 CCFileBytes[12] = (UINT8) p_t4t->card_size;
1341 rw_data.ndef.max_size = p_t4t->card_size;
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h468 UINT16 card_size; member in struct:__anon10597

Completed in 50 milliseconds