Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_defs.h204 #define T2T_CC3_RWA_RW 0x00 /* RWA - Read/write allowed */ macro
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc219 if (((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) && in rw_t2t_handle_cc_read_rsp()
259 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] == T2T_CC3_RWA_RW) in rw_t2t_ntf_tlv_detect_complete()
797 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) || in rw_t2t_read_locks()
2569 UINT8_TO_BE_STREAM(p, T2T_CC3_RWA_RW); in rw_t2t_set_cc()
2999 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) { in RW_T2tWriteNDef()