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.cc306 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_update_cmd()
307 p_block_data, T3T_MSG_BLOCKSIZE); in ce_t3t_handle_update_cmd()
473 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()
474 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()
479 .p_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()
480 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()
765 if (remaining < p_cb->cur_cmd.num_blocks * T3T_MSG_BLOCKSIZE) { in ce_t3t_data_cback()
887 p_cb->ndef_info.nmaxb = (uint16_t)((size_max + 15) / T3T_MSG_BLOCKSIZE); in CE_T3tSetLocalNDEFMsg()
979 ARRAY_TO_STREAM(p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
Drw_t3t.cc161 const uint8_t rw_t3t_default_attrib_info[T3T_MSG_BLOCKSIZE] = {
1300 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_ndef_detect_rsp()
1844 ARRAY_TO_STREAM(p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block()
1931 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_fmt_rsp()
2019 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in rw_t3t_handle_sro_poll_rsp()
2146 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_sro_rsp()
3038 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in RW_T3tSetReadOnly()
/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