OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T2T_BLOCK_LEN
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/int/
rw_int.h
332
UINT8 ndef_first_block[
T2T_BLOCK_LEN
]; /* NDEF TLV Header block */
333
UINT8 ndef_read_block[
T2T_BLOCK_LEN
]; /* Buffer to hold read before write block */
334
UINT8 ndef_last_block[
T2T_BLOCK_LEN
]; /* Terminator TLV block after NDEF Write operation */
335
UINT8 terminator_tlv_block[
T2T_BLOCK_LEN
];/* Terminator TLV Block */
[
all
...]
/external/libnfc-nci/src/nfc/include/
tags_defs.h
188
#define
T2T_BLOCK_LEN
4
189
#define T2T_READ_DATA_LEN (
T2T_BLOCK_LEN
* T2T_READ_BLOCKS)
Completed in 32 milliseconds