Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c270 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()
275 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()
282 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()
287 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()
542 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()
1093 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()
1218 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()
2521 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) in RW_T1tReadNDef()
2527 if ( (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) in RW_T1tReadNDef()
2528 &&(p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY) ) in RW_T1tReadNDef()
[all …]
Drw_t1t.c876 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteErase()
929 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteNoErase()
1050 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteErase8()
1100 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteNoErase8()
/external/libnfc-nci/src/nfc/int/
Drw_int.h142 …UINT8 tag_attribute; /* Present state of the Tag as interpreted… member