Home
last modified time | relevance | path

Searched refs:T3T_MSG_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/tags/
Dce_t3t.cc310 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_update_cmd()
311 p_block_data, T3T_MSG_BLOCKSIZE); in ce_t3t_handle_update_cmd()
477 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()
478 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()
482 .p_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()
483 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()
754 if (remaining < p_cb->cur_cmd.num_blocks * T3T_MSG_BLOCKSIZE) { in ce_t3t_data_cback()
873 (size_max + 15) / T3T_MSG_BLOCKSIZE); /* Max length (in blocks) */ in CE_T3tSetLocalNDEFMsg()
965 ARRAY_TO_STREAM(p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
Drw_t3t.cc165 const uint8_t rw_t3t_default_attrib_info[T3T_MSG_BLOCKSIZE] = {
1757 ARRAY_TO_STREAM(p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block()
1927 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in rw_t3t_handle_sro_poll_rsp()
/system/nfc/src/nfa/include/
Dnfa_dta_int.h42 #define NFA_DTA_SCRATCH_BUF_SIZE T3T_MSG_BLOCKSIZE
/system/nfc/src/nfc/include/
Dtags_defs.h321 #define T3T_MSG_BLOCKSIZE 16 macro