Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h468 #define I93_CMD_GET_SYS_INFO 0x2B /* Get system information */ macro
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c325 &&(p_i93->sent_cmd == I93_CMD_GET_SYS_INFO) in rw_i93_check_sys_info_prot_ext()
448 case I93_CMD_GET_SYS_INFO: in rw_i93_send_to_upper()
1298 UINT8_TO_STREAM (p, I93_CMD_GET_SYS_INFO); in rw_i93_send_cmd_get_sys_info()
1312 rw_cb.tcb.i93.sent_cmd = I93_CMD_GET_SYS_INFO; in rw_i93_send_cmd_get_sys_info()
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c1343 conn_evt_data.i93_cmd_cplt.sent_command = I93_CMD_GET_SYS_INFO; in nfa_rw_handle_i93_evt()
2484 i93_command = I93_CMD_GET_SYS_INFO; in nfa_rw_i93_command()