Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc260 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()
263 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()
268 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()
271 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()
528 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()
1013 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()
1130 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()
2346 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) { in RW_T1tReadNDef()
2353 if ((p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) && in RW_T1tReadNDef()
2354 (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY)) { in RW_T1tReadNDef()
[all …]
Drw_t1t.cc851 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase()
899 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase()
1011 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase8()
1058 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase8()
/system/nfc/src/nfc/include/
Drw_int.h179 uint8_t tag_attribute; /* Present state of the Tag as interpreted by RW */ member