Home
last modified time | relevance | path

Searched refs:rw_data (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c535 tRW_DATA rw_data; in rw_t4t_handle_error() local
545 rw_data.status = status; in rw_t4t_handle_error()
547 rw_data.t4t_sw.sw1 = sw1; in rw_t4t_handle_error()
548 rw_data.t4t_sw.sw2 = sw2; in rw_t4t_handle_error()
553 rw_data.ndef.flags = RW_NDEF_FL_UNKNOWN; in rw_t4t_handle_error()
567 rw_data.status = NFC_STATUS_FAILED; in rw_t4t_handle_error()
583 (*(rw_cb.p_cback)) (event, &rw_data); in rw_t4t_handle_error()
606 tRW_DATA rw_data; in rw_t4t_sm_detect_ndef() local
795 rw_data.ndef.status = NFC_STATUS_OK; in rw_t4t_sm_detect_ndef()
796 rw_data.ndef.protocol = NFC_PROTOCOL_ISO_DEP; in rw_t4t_sm_detect_ndef()
[all …]
Drw_i93.c351 tRW_DATA rw_data; in rw_i93_send_to_upper() local
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()
378 (*(rw_cb.p_cback)) (RW_I93_CMD_CMPL_EVT, &rw_data); in rw_i93_send_to_upper()
388 rw_data.i93_inventory.status = NFC_STATUS_OK; in rw_i93_send_to_upper()
389 STREAM_TO_UINT8 (rw_data.i93_inventory.dsfid, p); in rw_i93_send_to_upper()
391 p_uid = rw_data.i93_inventory.uid; in rw_i93_send_to_upper()
414 rw_data.i93_data.status = NFC_STATUS_OK; in rw_i93_send_to_upper()
415 rw_data.i93_data.command = p_i93->sent_cmd; in rw_i93_send_to_upper()
[all …]