Home
last modified time | relevance | path

Searched refs:T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c237 if (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) in ce_t3t_handle_update_cmd()
432 if (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) in ce_t3t_handle_check_cmd()
780 … else if ((!(bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT)) && (remaining < 3)) in ce_t3t_data_cback()
789 entry_len = (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) ? 2 : 3; in ce_t3t_data_cback()
Drw_t3t.c702 UINT8_TO_STREAM (p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_send_update_ndef_attribute_cmd()
842 …UINT8_TO_STREAM (p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); /* byte0: len=1; access-mode=0; s… in rw_t3t_send_next_ndef_update_cmd()
979 …UINT8_TO_STREAM (p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); /* byte1: len=0; access-mode=0; s… in rw_t3t_send_next_ndef_check_cmd()
1081 service_code_idx |= T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT; in rw_t3t_message_set_block_list()
1197 UINT8_TO_STREAM (p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_check_mc_block()
1763 UINT8_TO_STREAM (p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_handle_ndef_detect_poll_rsp()
1867 UINT8_TO_STREAM (p_dst, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_update_block()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h275 #define T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT 0x80 /* len flag for Block List Element */ macro