Home
last modified time | relevance | path

Searched refs:T2T_CC3_RWA_BYTE (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c121 …2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], p_t2t->tag_hdr[T2T_CC3_RWA_BYTE]); in rw_t2t_handle_rsp()
229 if ( ( (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) in rw_t2t_handle_cc_read_rsp()
230 &&(p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO) ) in rw_t2t_handle_cc_read_rsp()
277 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] == T2T_CC3_RWA_RW) in rw_t2t_ntf_tlv_detect_complete()
840 if ( (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) in rw_t2t_read_locks()
1467 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] & T2T_CC3_RWA_RO) == T2T_CC3_RWA_RO) in rw_t2t_get_ndef_flags()
1856 p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] = T2T_CC3_RWA_RO; in rw_t2t_handle_config_tag_readonly()
2746 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] & T2T_CC3_RWA_RO) == T2T_CC3_RWA_RO) in rw_t2t_soft_lock_tag()
2748 …oft_lock_tag: Error: Type 2 tag is in Read only state, CC3: %u", p_t2t->tag_hdr[T2T_CC3_RWA_BYTE]); in rw_t2t_soft_lock_tag()
2774 write_block[(T2T_CC3_RWA_BYTE % T2T_BLOCK_SIZE)] = T2T_CC3_RWA_RO; in rw_t2t_soft_lock_tag()
[all …]
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h164 #define T2T_CC3_RWA_BYTE 0x0F /* Read Write Access byte number */ macro