Searched refs:T3T_MSG_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
310 .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()769 if (remaining < p_cb->cur_cmd.num_blocks * T3T_MSG_BLOCKSIZE) { in ce_t3t_data_cback()890 (size_max + 15) / T3T_MSG_BLOCKSIZE); /* Max length (in blocks) */ in CE_T3tSetLocalNDEFMsg()982 ARRAY_TO_STREAM(p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
165 const uint8_t rw_t3t_default_attrib_info[T3T_MSG_BLOCKSIZE] = {1276 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_ndef_detect_rsp()1820 ARRAY_TO_STREAM(p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block()1906 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_fmt_rsp()1994 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in rw_t3t_handle_sro_poll_rsp()2121 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_sro_rsp()
42 #define NFA_DTA_SCRATCH_BUF_SIZE T3T_MSG_BLOCKSIZE
321 #define T3T_MSG_BLOCKSIZE 16 macro