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

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c904 UINT16 bytes_count = 0; local
1003 bytes_count = p_t1t->ndef_msg_len;
1017 bytes_count = len;
1036 bytes_count = T1T_DEFAULT_TLV_LEN;
1052 bytes_count = (UINT8) p_readbytes[offset];
1060 bytes_count = (bytes_count << 8) + p_readbytes[offset];
1063 p_t1t->ndef_msg_len = bytes_count;
1073 if ((bytes_count == p_t1t->ndef_msg_len) && (p_t1t->tlv_detect == TAG_NDEF_TLV))
1078 if (bytes_count >
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h337 UINT16 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member in struct:__anon7914

Completed in 80 milliseconds