Searched refs:i93_cmd_cmpl (Results 1 – 3 of 3) sorted by relevance
373 rw_data.i93_cmd_cmpl.status = NFC_STATUS_FAILED; in rw_i93_send_to_upper()374 rw_data.i93_cmd_cmpl.command = p_i93->sent_cmd; in rw_i93_send_to_upper()375 STREAM_TO_UINT8 (rw_data.i93_cmd_cmpl.error_code, p); in rw_i93_send_to_upper()422 rw_data.i93_cmd_cmpl.status = NFC_STATUS_NO_BUFFERS; in rw_i93_send_to_upper()423 rw_data.i93_cmd_cmpl.command = p_i93->sent_cmd; in rw_i93_send_to_upper()424 rw_data.i93_cmd_cmpl.error_code = 0; in rw_i93_send_to_upper()441 rw_data.i93_cmd_cmpl.status = NFC_STATUS_OK; in rw_i93_send_to_upper()442 rw_data.i93_cmd_cmpl.command = p_i93->sent_cmd; in rw_i93_send_to_upper()443 rw_data.i93_cmd_cmpl.error_code = 0; in rw_i93_send_to_upper()2914 rw_data.i93_cmd_cmpl.status = NFC_STATUS_OK; in rw_i93_handle_error()[all …]
258 tRW_I93_CMD_CMPL i93_cmd_cmpl; /* ISO 15693 Command complete */ member
1382 conn_evt_data.i93_cmd_cplt.status = p_rw_data->i93_cmd_cmpl.status; in nfa_rw_handle_i93_evt()1383 conn_evt_data.i93_cmd_cplt.sent_command = p_rw_data->i93_cmd_cmpl.command; in nfa_rw_handle_i93_evt()1386 conn_evt_data.i93_cmd_cplt.params.error_code = p_rw_data->i93_cmd_cmpl.error_code; in nfa_rw_handle_i93_evt()