Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h454 #define I93_CMD_STAY_QUIET 0x02 /* Stay Quiet */ macro
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c629 UINT8_TO_STREAM (p, I93_CMD_STAY_QUIET); in rw_i93_send_cmd_stay_quiet()
636 rw_cb.tcb.i93.sent_cmd = I93_CMD_STAY_QUIET; in rw_i93_send_cmd_stay_quiet()
2911 if (p_i93->sent_cmd == I93_CMD_STAY_QUIET) in rw_i93_handle_error()
2915 rw_data.i93_cmd_cmpl.command = I93_CMD_STAY_QUIET; in rw_i93_handle_error()
2999 &&(rw_cb.tcb.i93.sent_cmd != I93_CMD_STAY_QUIET)) in rw_i93_process_timeout()
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c2399 UINT8 i93_command = I93_CMD_STAY_QUIET; in nfa_rw_i93_command()
2420 i93_command = I93_CMD_STAY_QUIET; in nfa_rw_i93_command()