Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_defs.h509 #define I93_CMD_LOCK_BLOCK 0x22 /* Lock block */ macro
/system/nfc/src/nfc/tags/
Drw_i93.cc477 case I93_CMD_LOCK_BLOCK: in rw_i93_send_to_upper()
886 UINT8_TO_STREAM(p, I93_CMD_LOCK_BLOCK); in rw_i93_send_cmd_lock_block()
903 rw_cb.tcb.i93.sent_cmd = I93_CMD_LOCK_BLOCK; in rw_i93_send_cmd_lock_block()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc2271 i93_command = I93_CMD_LOCK_BLOCK; in nfa_rw_i93_command()