Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dtags_int.c72 {T2T_CMD_SEC_SEL, 2, 1, 1}
Drw_t2t.c758 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL,sector_byte2)) == NFC_STATUS_OK) in rw_t2t_read()
817 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL, sector_byte2)) == NFC_STATUS_OK) in rw_t2t_write()
1073 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL, sector_byte2)) == NFC_STATUS_OK) in RW_T2tSectorSelect()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h181 #define T2T_CMD_SEC_SEL 0xC2 /* Sector select */ macro