Searched refs:tNFC_STATUS (Results 1 - 25 of 34) sorted by relevance

12

/external/libnfc-nci/src/nfc/include/
H A Drw_api.h138 tNFC_STATUS status;
145 tNFC_STATUS status;
151 tNFC_STATUS status; /* Status of the POLL request */
160 tNFC_STATUS status; /* Status of the Get System Codes request */
167 tNFC_STATUS status; /* status of NDEF detection */
176 tNFC_STATUS status; /* status of NDEF detection */
183 tNFC_STATUS status;
189 tNFC_STATUS status;
196 tNFC_STATUS status; /* status of Inventory command */
203 tNFC_STATUS statu
[all...]
H A Dce_api.h57 tNFC_STATUS status;
63 tNFC_STATUS status;
71 tNFC_STATUS status;
78 tNFC_STATUS status;
99 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only,
115 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
126 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data);
137 NFC_API extern tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2);
160 NFC_API extern tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only,
207 NFC_API extern tNFC_STATUS CE_T4TTestSetC
[all...]
H A Dnfc_api.h73 typedef UINT8 tNFC_STATUS; typedef
205 tNFC_STATUS status; /* The event status. */
221 tNFC_STATUS status; /* The event status. */
229 tNFC_STATUS status; /* The event status. */
237 tNFC_STATUS status; /* The event status. */
267 tNFC_STATUS status; /* The event status - place holder */
282 tNFC_STATUS status; /* The event status.*/
292 tNFC_STATUS status; /* The event status */
303 tNFC_STATUS status; /* The event status */
313 tNFC_STATUS statu
[all...]
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ee.c47 ** Returns tNFC_STATUS
50 tNFC_STATUS NFC_NfceeDiscover (BOOLEAN discover)
68 ** Returns tNFC_STATUS
71 tNFC_STATUS NFC_NfceeModeSet (UINT8 nfcee_id,
96 ** Returns tNFC_STATUS
99 tNFC_STATUS NFC_SetRouting (BOOLEAN more,
116 ** Returns tNFC_STATUS
119 tNFC_STATUS NFC_GetRouting (void)
H A Dnfc_test.c50 ** Returns tNFC_STATUS
53 tNFC_STATUS NFC_TestLoopback (BT_HDR *p_data)
55 tNFC_STATUS status = NFC_STATUS_FAILED;
H A Dnfc_vs.c48 ** Returns tNFC_STATUS
51 tNFC_STATUS NFC_RegVSCback (BOOLEAN is_register,
54 tNFC_STATUS status = NFC_STATUS_FAILED;
98 ** Returns tNFC_STATUS
101 tNFC_STATUS NFC_SendVsCommand (UINT8 oid,
105 tNFC_STATUS status = NFC_STATUS_OK;
H A Dnfc_main.c177 static void nfc_main_notify_enable_status (tNFC_STATUS nfc_status)
211 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg)
662 ** Returns tNFC_STATUS
665 tNFC_STATUS NFC_Enable (tNFC_RESPONSE_CBACK *p_cback)
786 ** Returns tNFC_STATUS
789 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
806 ** Returns tNFC_STATUS
809 tNFC_STATUS NFC_GetConfig (UINT8 num_ids,
827 ** Returns tNFC_STATUS
830 tNFC_STATUS NFC_DiscoveryMa
[all...]
H A Dnfc_ncif.c471 evt_data.status = (tNFC_STATUS) status;
490 evt_data.set_config.status = (tNFC_STATUS) *p++;
516 evt_data.status = (tNFC_STATUS) status;
555 evt_data.status = (tNFC_STATUS) NFC_STATUS_OK;
1122 tNFC_STATUS status = NFC_STATUS_CONTINUE;
1132 evt_data.status = (tNFC_STATUS) status;
1164 tNFC_STATUS status;
1208 void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status)
/external/libnfc-nci/src/nfc/tags/
H A Dce_main.c56 ** Returns tNFC_STATUS
59 tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len)
61 tNFC_STATUS status = NFC_STATUS_FAILED;
89 ** Returns tNFC_STATUS
92 tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, tCE_CBACK *p_cback)
94 tNFC_STATUS status = NFC_STATUS_FAILED;
H A Drw_t2t.c39 static tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat);
42 static void rw_t2t_handle_presence_check_rsp (tNFC_STATUS status);
286 evt_data.status = (tNFC_STATUS) (*(UINT8*) p_data);
327 tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat)
329 tNFC_STATUS status = NFC_STATUS_FAILED;
544 void rw_t2t_handle_presence_check_rsp (tNFC_STATUS status)
562 ** Returns tNFC_STATUS
616 ** Returns tNFC_STATUS
619 tNFC_STATUS rw_t2t_sector_change (UINT8 sector)
621 tNFC_STATUS statu
[all...]
H A Drw_t3t.c113 static tNFC_STATUS rw_t3t_unselect (UINT8 peer_nfcid2[]);
115 static tNFC_STATUS rw_t3t_send_to_lower (BT_HDR *p_msg);
164 void rw_t3t_process_error (tNFC_STATUS status)
354 void rw_t3t_format_cplt (tNFC_STATUS status)
470 tNFC_STATUS rw_t3t_send_to_lower (BT_HDR *p_msg)
522 ** Returns tNFC_STATUS
525 tNFC_STATUS rw_t3t_send_cmd (tRW_T3T_CB *p_cb, UINT8 rw_t3t_cmd, BT_HDR *p_cmd_buf, UINT32 timeout_ms)
527 tNFC_STATUS retval;
557 ** Returns tNFC_STATUS
560 tNFC_STATUS rw_t3t_send_update_ndef_attribute_cm
[all...]
H A Drw_t1t.c41 static void rw_t1t_handle_presence_check_rsp (tNFC_STATUS status);
261 evt_data.status = (tNFC_STATUS) (*(UINT8*) p_data);
304 tNFC_STATUS rw_t1t_send_static_cmd (UINT8 opcode, UINT8 add, UINT8 dat)
306 tNFC_STATUS status = NFC_STATUS_FAILED;
364 tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat)
366 tNFC_STATUS status = NFC_STATUS_FAILED;
478 tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN])
480 tNFC_STATUS status = NFC_STATUS_FAILED;
650 void rw_t1t_handle_presence_check_rsp (tNFC_STATUS status)
697 tNFC_STATUS RW_T1tPresenceChec
[all...]
H A Drw_main.c170 ** Returns tNFC_STATUS
173 tNFC_STATUS RW_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len)
175 tNFC_STATUS status = NFC_STATUS_FAILED;
204 ** Returns tNFC_STATUS
207 tNFC_STATUS RW_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, tRW_CBACK *p_cback)
209 tNFC_STATUS status = NFC_STATUS_FAILED;
H A Drw_i93.c86 void rw_i93_handle_error (tNFC_STATUS status);
366 ** Returns tNFC_STATUS
369 tNFC_STATUS rw_i93_send_cmd_inventory (UINT8 *p_uid, UINT8 afi)
425 ** Returns tNFC_STATUS
428 tNFC_STATUS rw_i93_send_cmd_stay_quiet (void)
477 ** Returns tNFC_STATUS
480 tNFC_STATUS rw_i93_send_cmd_read_single_block (UINT8 block_number, BOOLEAN read_security)
533 ** Returns tNFC_STATUS
536 tNFC_STATUS rw_i93_send_cmd_write_single_block (UINT8 block_number, UINT8 *p_data)
596 ** Returns tNFC_STATUS
[all...]
H A Drw_t2t_ndef.c51 static tNFC_STATUS rw_t2t_read_locks (void);
52 static tNFC_STATUS rw_t2t_read_ndef_last_block (void);
57 static tNFC_STATUS rw_t2t_write_ndef_first_block (UINT16 msg_len, BOOLEAN b_update_len);
58 static tNFC_STATUS rw_t2t_write_ndef_next_block (UINT16 block, UINT16 msg_len, BOOLEAN b_update_len);
59 static tNFC_STATUS rw_t2t_read_ndef_next_block (UINT16 block);
60 static tNFC_STATUS rw_t2t_add_terminator_tlv (void);
62 static tNFC_STATUS rw_t2t_set_cc (UINT8 tms);
63 static tNFC_STATUS rw_t2t_set_lock_tlv (UINT16 addr, UINT8 num_dyn_lock_bits, UINT16 locked_area_size);
64 static tNFC_STATUS rw_t2t_format_tag (void);
65 static tNFC_STATUS rw_t2t_soft_lock_ta
[all...]
H A Drw_t1t_ndef.c39 static tNFC_STATUS rw_t1t_handle_rall_rsp (BOOLEAN *p_notify,UINT8 *p_data);
40 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp (BOOLEAN *p_notify, UINT8 *p_data);
41 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data);
42 static tNFC_STATUS rw_t1t_handle_read_rsp (BOOLEAN *p_callback, UINT8 *p_data);
43 static tNFC_STATUS rw_t1t_handle_tlv_detect_rsp (UINT8 *p_data);
44 static tNFC_STATUS rw_t1t_handle_ndef_read_rsp (UINT8 *p_data);
45 static tNFC_STATUS rw_t1t_handle_ndef_write_rsp (UINT8 *p_data);
46 static tNFC_STATUS rw_t1t_handle_ndef_rall_rsp (void);
47 static tNFC_STATUS rw_t1t_ndef_write_first_block (void);
48 static tNFC_STATUS rw_t1t_next_ndef_write_bloc
[all...]
H A Dce_t3t.c221 tNFC_STATUS nfc_status = NFC_STATUS_OK;
885 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN])
909 tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only,
965 tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw)
993 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data)
996 tNFC_STATUS retval = NFC_STATUS_OK;
1049 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2)
1051 tNFC_STATUS retval = NFC_STATUS_OK;
H A Drw_t4t.c69 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2);
480 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2)
1041 rw_data.status = (tNFC_STATUS) (*(UINT8*) p_data);
1126 tNFC_STATUS rw_t4t_select (void)
1159 tNFC_STATUS RW_T4tDetectNDef (void)
1210 tNFC_STATUS RW_T4tReadNDef (void)
1258 tNFC_STATUS RW_T4tUpdateNDef (UINT16 length, UINT8 *p_data)
1327 tNFC_STATUS RW_T4tPresenceCheck (void)
1329 tNFC_STATUS retval = NFC_STATUS_OK;
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h360 tNFC_STATUS status;
580 extern tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_data, tNFC_STATUS *p_status);
588 extern tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]);
589 extern tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat);
590 extern tNFC_STATUS rw_t1t_send_static_cmd (UINT8 opcode, UINT8 add, UINT8 dat);
602 extern tNFC_STATUS rw_t2t_sector_change (UINT8 sector);
603 extern tNFC_STATUS rw_t2t_read (UINT16 block);
604 extern tNFC_STATUS rw_t2t_write (UINT16 block, UINT8 *p_write_data);
606 extern tNFC_STATUS rw_t2t_select (void);
610 extern tNFC_STATUS rw_t3t_selec
[all...]
H A Dce_int.h164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
167 extern tNFC_STATUS ce_select_t4t (void);
H A Dnfc_int.h243 NFC_API extern void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status);
261 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c33 static tNFC_STATUS nfa_rw_start_ndef_read(void);
34 static tNFC_STATUS nfa_rw_start_ndef_write(void);
35 static tNFC_STATUS nfa_rw_start_ndef_detection(void);
36 static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN b_hard_lock);
380 void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status)
1351 static tNFC_STATUS nfa_rw_start_ndef_detection(void)
1354 tNFC_STATUS status = NFC_STATUS_FAILED;
1395 static tNFC_STATUS nfa_rw_start_ndef_read(void)
1398 tNFC_STATUS status = NFC_STATUS_FAILED;
1496 static tNFC_STATUS nfa_rw_start_ndef_writ
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h207 tNFC_STATUS nfa_ce_set_content (void);
H A Dnfa_rw_int.h329 extern void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c225 tNFC_STATUS nfc_status;

Completed in 248 milliseconds

12