Searched defs:PageAddr (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c2551 INT8 PageAddr = 0; local
2570 PageAddr = xx;
2575 if ((ByteOffset < 16) && (BytePerPage < 16) && (PageAddr < 16))
2581 UINT8_TO_BE_STREAM (p, (PageAddr << 4 | ByteOffset));
2584 p_t2t->tlv_value[0] = PageAddr << 4 | ByteOffset;

Completed in 82 milliseconds