Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_defs.h522 #define I93_CMD_LOCK_AFI 0x28 /* Lock AFI */ macro
/system/nfc/src/nfc/tags/
Drw_i93.cc611 case I93_CMD_LOCK_AFI: in rw_i93_send_to_upper()
1345 UINT8_TO_STREAM(p, I93_CMD_LOCK_AFI); in rw_i93_send_cmd_lock_afi()
1351 rw_cb.tcb.i93.sent_cmd = I93_CMD_LOCK_AFI; in rw_i93_send_cmd_lock_afi()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc2422 i93_command = I93_CMD_LOCK_AFI; in nfa_rw_i93_command()