Home
last modified time | relevance | path

Searched refs:ndef_length (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_snep_api.h102 uint32_t ndef_length; /* NDEF message length */ member
109 uint32_t ndef_length; /* NDEF message length */ member
117 uint32_t ndef_length; /* NDEF message length */ member
139 uint32_t ndef_length; /* NDEF message length */ member
Dnfa_snep_int.h96 uint32_t ndef_length; /* length of current NDEF message */ member
104 uint32_t ndef_length; /* length of NDEF message */ member
113 uint32_t ndef_length; /* length of NDEF message */ member
176 uint32_t ndef_length; /* length of NDEF message */ member
/system/nfc/src/nfc/tags/
Drw_mfc.cc335 p_mfc->ndef_length = buf_len; in RW_MfcWriteNDef()
392 if (p_mfc->ndef_length < 0xFF) { in rw_mfc_writeBlock()
394 UINT8_TO_BE_STREAM(p, p_mfc->ndef_length); in rw_mfc_writeBlock()
399 UINT8_TO_BE_STREAM(p, (uint8_t)(p_mfc->ndef_length >>8)); in rw_mfc_writeBlock()
400 UINT8_TO_BE_STREAM(p, (uint8_t)(p_mfc->ndef_length & 0xFF)); in rw_mfc_writeBlock()
405 if (p_mfc->work_offset == p_mfc->ndef_length) { in rw_mfc_writeBlock()
410 if (p_mfc->work_offset > p_mfc->ndef_length) { in rw_mfc_writeBlock()
476 if (p_mfc->work_offset >= p_mfc->ndef_length) { in rw_mfc_handle_write_op()
774 p_mfc->ndef_length = 0; in rw_MfcLocateTlv()
1040 while ((offset < len) && (p_mfc->work_offset < p_mfc->ndef_length)) in rw_mfc_handle_read_op()
[all …]
Drw_i93.cc1895 p_i93->ndef_length = p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1962 p_i93->ndef_length in rw_i93_sm_detect_ndef()
1969 p_i93->ndef_length in rw_i93_sm_detect_ndef()
2013 if ((p_i93->ndef_length < 0xFF) && (p_i93->max_ndef_length >= 0xFF)) { in rw_i93_sm_detect_ndef()
2024 rw_data.ndef.cur_size = p_i93->ndef_length; in rw_i93_sm_detect_ndef()
2028 rw_data.ndef.max_size = p_i93->ndef_length; in rw_i93_sm_detect_ndef()
2088 if (p_i93->ndef_length < 0xFF) { in rw_i93_sm_read_ndef()
2117 if (p_i93->rw_length >= p_i93->ndef_length) { in rw_i93_sm_read_ndef()
2119 p_resp->len -= (p_i93->rw_length - p_i93->ndef_length); in rw_i93_sm_read_ndef()
2126 p_i93->ndef_length); in rw_i93_sm_read_ndef()
[all …]
Drw_t4t.cc1416 p_t4t->ndef_length = nlen; in rw_t4t_sm_detect_ndef()
1614 if (!rw_t4t_update_nlen(p_t4t->ndef_length)) { in rw_t4t_sm_update_ndef()
1995 if (!rw_t4t_read_file(T4T_FILE_LENGTH_SIZE, rw_cb.tcb.t4t.ndef_length, in RW_T4tReadNDef()
2054 rw_cb.tcb.t4t.ndef_length = length; in RW_T4tUpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h572 uint16_t ndef_length; /* length of NDEF data */ member
630 uint16_t ndef_length; /* length of NDEF data */ member
725 uint16_t ndef_length; /* length of NDEF data */ member