Searched refs:T3T_MSG_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 333 …&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), p_block_data, T3T_MSG_BLOCK… in ce_t3t_handle_update_cmd() 512 …(p_dst, (&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd() 516 …_STREAM (p_dst, (&p_cb->ndef_info.p_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd() 810 if (remaining < p_cb->cur_cmd.num_blocks*T3T_MSG_BLOCKSIZE) in ce_t3t_data_cback() 937 …p_cb->ndef_info.nmaxb = (UINT16) ((size_max + 15) / T3T_MSG_BLOCKSIZE); /* Max length (in blocks)… in CE_T3tSetLocalNDEFMsg() 1027 ARRAY_TO_STREAM (p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
|
D | rw_t3t.c | 145 const UINT8 rw_t3t_default_attrib_info[T3T_MSG_BLOCKSIZE] = 1810 ARRAY_TO_STREAM (p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block() 1985 UINT8 rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in rw_t3t_handle_sro_poll_rsp()
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 284 #define T3T_MSG_BLOCKSIZE 16 /* Data block size for UPDATE and CHECK… macro
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_dta_int.h | 59 #define NFA_DTA_SCRATCH_BUF_SIZE T3T_MSG_BLOCKSIZE
|