Home
last modified time | relevance | path

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

12

/external/libnfc-nci/src/nfc/include/
Drw_api.h150 tNFC_STATUS status;
157 tNFC_STATUS status;
163 tNFC_STATUS status; /* Status of the POLL request */
172 tNFC_STATUS status; /* Status of the Get System Codes request */
179 tNFC_STATUS status; /* status of NDEF detection */
188 tNFC_STATUS status; /* status of NDEF detection */
195 tNFC_STATUS status;
201 tNFC_STATUS status;
208 tNFC_STATUS status; /* status of Inventory command */
215 tNFC_STATUS status; /* status of Read/Get security status command */
[all …]
Dnfc_api.h74 typedef UINT8 tNFC_STATUS; typedef
207 tNFC_STATUS status; /* The event status. */
223 tNFC_STATUS status; /* The event status. */
231 tNFC_STATUS status; /* The event status. */
239 tNFC_STATUS status; /* The event status. */
269 tNFC_STATUS status; /* The event status - place holder */
284 tNFC_STATUS status; /* The event status.*/
294 tNFC_STATUS status; /* The event status */
305 tNFC_STATUS status; /* The event status */
315 tNFC_STATUS status; /* The event status */
[all …]
Dce_api.h58 tNFC_STATUS status;
64 tNFC_STATUS status;
72 tNFC_STATUS status;
79 tNFC_STATUS status;
101 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only,
117 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
128 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT…
139 NFC_API extern tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2);
162 NFC_API extern tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only,
209 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len,
[all …]
/external/libnfc-nci/src/nfc/tags/
Drw_t1t.c42 static void rw_t1t_handle_presence_check_rsp (tNFC_STATUS status);
274 evt_data.status = (tNFC_STATUS) (*(UINT8*) p_data); in rw_t1t_conn_cback()
317 tNFC_STATUS rw_t1t_send_static_cmd (UINT8 opcode, UINT8 add, UINT8 dat) in rw_t1t_send_static_cmd()
319 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_send_static_cmd()
377 tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat) in rw_t1t_send_dyn_cmd()
379 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_send_dyn_cmd()
491 tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]) in rw_t1t_select()
493 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_select()
663 void rw_t1t_handle_presence_check_rsp (tNFC_STATUS status) in rw_t1t_handle_presence_check_rsp()
715 tNFC_STATUS RW_T1tPresenceCheck (void) in RW_T1tPresenceCheck()
[all …]
Drw_t3t.c125 static tNFC_STATUS rw_t3t_unselect (UINT8 peer_nfcid2[]);
127 static tNFC_STATUS rw_t3t_send_to_lower (BT_HDR *p_msg);
228 void rw_t3t_process_error (tNFC_STATUS status) in rw_t3t_process_error()
425 void rw_t3t_format_cplt (tNFC_STATUS status) in rw_t3t_format_cplt()
459 void rw_t3t_set_readonly_cplt (tNFC_STATUS status) in rw_t3t_set_readonly_cplt()
582 tNFC_STATUS rw_t3t_send_to_lower (BT_HDR *p_msg) in rw_t3t_send_to_lower()
637 tNFC_STATUS rw_t3t_send_cmd (tRW_T3T_CB *p_cb, UINT8 rw_t3t_cmd, BT_HDR *p_cmd_buf, UINT32 timeout_… in rw_t3t_send_cmd()
639 tNFC_STATUS retval; in rw_t3t_send_cmd()
673 tNFC_STATUS rw_t3t_send_update_ndef_attribute_cmd (tRW_T3T_CB *p_cb, BOOLEAN write_in_progress) in rw_t3t_send_update_ndef_attribute_cmd()
675 tNFC_STATUS retval = NFC_STATUS_OK; in rw_t3t_send_update_ndef_attribute_cmd()
[all …]
Drw_i93.c89 void rw_i93_handle_error (tNFC_STATUS status);
90 tNFC_STATUS rw_i93_send_cmd_get_sys_info (UINT8 *p_uid, UINT8 extra_flag);
537 tNFC_STATUS rw_i93_send_cmd_inventory (UINT8 *p_uid, BOOLEAN including_afi, UINT8 afi) in rw_i93_send_cmd_inventory()
606 tNFC_STATUS rw_i93_send_cmd_stay_quiet (void) in rw_i93_send_cmd_stay_quiet()
658 tNFC_STATUS rw_i93_send_cmd_read_single_block (UINT16 block_number, BOOLEAN read_security) in rw_i93_send_cmd_read_single_block()
724 tNFC_STATUS rw_i93_send_cmd_write_single_block (UINT16 block_number, UINT8 *p_data) in rw_i93_send_cmd_write_single_block()
805 tNFC_STATUS rw_i93_send_cmd_lock_block (UINT8 block_number) in rw_i93_send_cmd_lock_block()
865 tNFC_STATUS rw_i93_send_cmd_read_multi_blocks (UINT16 first_block_number, UINT16 number_blocks) in rw_i93_send_cmd_read_multi_blocks()
930 tNFC_STATUS rw_i93_send_cmd_write_multi_blocks (UINT8 first_block_number, in rw_i93_send_cmd_write_multi_blocks()
985 tNFC_STATUS rw_i93_send_cmd_select (UINT8 *p_uid) in rw_i93_send_cmd_select()
[all …]
Drw_t2t.c40 static tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat);
43 static void rw_t2t_handle_presence_check_rsp (tNFC_STATUS status);
318 evt_data.status = (tNFC_STATUS) (*(UINT8*) p_data); in rw_t2t_conn_cback()
368 tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat) in rw_t2t_send_cmd()
370 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t2t_send_cmd()
615 void rw_t2t_handle_presence_check_rsp (tNFC_STATUS status) in rw_t2t_handle_presence_check_rsp()
690 tNFC_STATUS rw_t2t_sector_change (UINT8 sector) in rw_t2t_sector_change()
692 tNFC_STATUS status; in rw_t2t_sector_change()
744 tNFC_STATUS rw_t2t_read (UINT16 block) in rw_t2t_read()
746 tNFC_STATUS status; in rw_t2t_read()
[all …]
Drw_t1t_ndef.c40 static tNFC_STATUS rw_t1t_handle_rall_rsp (BOOLEAN *p_notify,UINT8 *p_data);
41 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp (BOOLEAN *p_notify, UINT8 *p_data);
42 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data);
43 static tNFC_STATUS rw_t1t_handle_read_rsp (BOOLEAN *p_callback, UINT8 *p_data);
44 static tNFC_STATUS rw_t1t_handle_tlv_detect_rsp (UINT8 *p_data);
45 static tNFC_STATUS rw_t1t_handle_ndef_read_rsp (UINT8 *p_data);
46 static tNFC_STATUS rw_t1t_handle_ndef_write_rsp (UINT8 *p_data);
47 static tNFC_STATUS rw_t1t_handle_ndef_rall_rsp (void);
48 static tNFC_STATUS rw_t1t_ndef_write_first_block (void);
49 static tNFC_STATUS rw_t1t_next_ndef_write_block (void);
[all …]
Drw_t2t_ndef.c52 static tNFC_STATUS rw_t2t_read_locks (void);
53 static tNFC_STATUS rw_t2t_read_ndef_last_block (void);
58 static tNFC_STATUS rw_t2t_write_ndef_first_block (UINT16 msg_len, BOOLEAN b_update_len);
59 static tNFC_STATUS rw_t2t_write_ndef_next_block (UINT16 block, UINT16 msg_len, BOOLEAN b_update_len…
60 static tNFC_STATUS rw_t2t_read_ndef_next_block (UINT16 block);
61 static tNFC_STATUS rw_t2t_add_terminator_tlv (void);
63 static tNFC_STATUS rw_t2t_set_cc (UINT8 tms);
64 static tNFC_STATUS rw_t2t_set_lock_tlv (UINT16 addr, UINT8 num_dyn_lock_bits, UINT16 locked_area_si…
65 static tNFC_STATUS rw_t2t_format_tag (void);
66 static tNFC_STATUS rw_t2t_soft_lock_tag (void);
[all …]
Dce_main.c60 tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len) in CE_SendRawFrame()
62 tNFC_STATUS status = NFC_STATUS_FAILED; in CE_SendRawFrame()
93 tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, … in CE_SetActivatedTagType()
95 tNFC_STATUS status = NFC_STATUS_FAILED; in CE_SetActivatedTagType()
Drw_main.c174 tNFC_STATUS RW_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len) in RW_SendRawFrame()
176 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_SendRawFrame()
208 tNFC_STATUS RW_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, tRW_CBACK *p_cback) in RW_SetActivatedTagType()
210 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_SetActivatedTagType()
Dce_t3t.c222 tNFC_STATUS nfc_status = NFC_STATUS_OK; in ce_t3t_handle_update_cmd()
887 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) in ce_select_t3t()
911 tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only, in CE_T3tSetLocalNDEFMsg()
967 tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw) in CE_T3tSetLocalNDefParams()
995 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) in CE_T3tSendCheckRsp()
998 tNFC_STATUS retval = NFC_STATUS_OK; in CE_T3tSendCheckRsp()
1051 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2) in CE_T3tSendUpdateRsp()
1053 tNFC_STATUS retval = NFC_STATUS_OK; in CE_T3tSendUpdateRsp()
Drw_t4t.c73 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2);
532 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2) in rw_t4t_handle_error()
1171 rw_data.status = (tNFC_STATUS) (*(UINT8*) p_data); in rw_t4t_data_cback()
1274 tNFC_STATUS rw_t4t_select (void) in rw_t4t_select()
1307 tNFC_STATUS RW_T4tDetectNDef (void) in RW_T4tDetectNDef()
1358 tNFC_STATUS RW_T4tReadNDef (void) in RW_T4tReadNDef()
1406 tNFC_STATUS RW_T4tUpdateNDef (UINT16 length, UINT8 *p_data) in RW_T4tUpdateNDef()
1476 tNFC_STATUS RW_T4tPresenceCheck (UINT8 option) in RW_T4tPresenceCheck()
1478 tNFC_STATUS retval = NFC_STATUS_OK; in RW_T4tPresenceCheck()
1552 tNFC_STATUS RW_T4tSetNDefReadOnly (void) in RW_T4tSetNDefReadOnly()
[all …]
Dce_t4t.c823 tNFC_STATUS ce_select_t4t (void) in ce_select_t4t()
860 tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only, in CE_T4tSetLocalNDEFMsg()
1068 tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len, in CE_T4TTestSetCC()
1137 tNFC_STATUS CE_T4TTestSetNDEFCtrlTLV (UINT8 type, in CE_T4TTestSetNDEFCtrlTLV()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c179 static void nfc_main_notify_enable_status (tNFC_STATUS nfc_status) in nfc_main_notify_enable_status()
215 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg) in nfc_enabled()
670 tNFC_STATUS NFC_Enable (tNFC_RESPONSE_CBACK *p_cback) in NFC_Enable()
795 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size, in NFC_SetConfig()
815 tNFC_STATUS NFC_GetConfig (UINT8 num_ids, in NFC_GetConfig()
836 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps, in NFC_DiscoveryMap()
895 tNFC_STATUS NFC_DiscoveryStart (UINT8 num_params, in NFC_DiscoveryStart()
901 tNFC_STATUS status = NFC_STATUS_NO_BUFFERS; in NFC_DiscoveryStart()
946 tNFC_STATUS NFC_DiscoverySelect (UINT8 rf_disc_id, in NFC_DiscoverySelect()
968 tNFC_STATUS NFC_ConnCreate (UINT8 dest_type, in NFC_ConnCreate()
[all …]
Dnfc_ee.c51 tNFC_STATUS NFC_NfceeDiscover (BOOLEAN discover) in NFC_NfceeDiscover()
72 tNFC_STATUS NFC_NfceeModeSet (UINT8 nfcee_id, in NFC_NfceeModeSet()
100 tNFC_STATUS NFC_SetRouting (BOOLEAN more, in NFC_SetRouting()
119 tNFC_STATUS NFC_GetRouting (void) in NFC_GetRouting()
Dnfc_vs.c52 tNFC_STATUS NFC_RegVSCback (BOOLEAN is_register, in NFC_RegVSCback()
55 tNFC_STATUS status = NFC_STATUS_FAILED; in NFC_RegVSCback()
102 tNFC_STATUS NFC_SendVsCommand (UINT8 oid, in NFC_SendVsCommand()
106 tNFC_STATUS status = NFC_STATUS_OK; in NFC_SendVsCommand()
Dnfc_test.c54 tNFC_STATUS NFC_TestLoopback (BT_HDR *p_data) in NFC_TestLoopback()
56 tNFC_STATUS status = NFC_STATUS_FAILED; in NFC_TestLoopback()
Dnfc_ncif.c473 evt_data.status = (tNFC_STATUS) status; in nfc_ncif_rf_management_status()
492 evt_data.set_config.status = (tNFC_STATUS) *p++; in nfc_ncif_set_config_status()
518 evt_data.status = (tNFC_STATUS) status; in nfc_ncif_event_status()
557 evt_data.status = (tNFC_STATUS) NFC_STATUS_OK; in nfc_ncif_proc_rf_field_ntf()
1153 tNFC_STATUS status = NFC_STATUS_CONTINUE; in nfc_ncif_proc_get_routing()
1163 evt_data.status = (tNFC_STATUS) status; in nfc_ncif_proc_get_routing()
1195 tNFC_STATUS status; in nfc_ncif_proc_conn_create_rsp()
1239 void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status) in nfc_ncif_report_conn_close_evt()
/external/libnfc-nci/src/nfc/int/
Drw_int.h358 tNFC_STATUS status;
597 …le_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_data, tNFC_STATUS *p_status);
605 extern tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]);
606 extern tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat);
607 extern tNFC_STATUS rw_t1t_send_static_cmd (UINT8 opcode, UINT8 add, UINT8 dat);
619 extern tNFC_STATUS rw_t2t_sector_change (UINT8 sector);
620 extern tNFC_STATUS rw_t2t_read (UINT16 block);
621 extern tNFC_STATUS rw_t2t_write (UINT16 block, UINT8 *p_write_data);
623 extern tNFC_STATUS rw_t2t_select (void);
627 extern tNFC_STATUS rw_t3t_select (UINT8 peer_nfcid2[NCI_RF_F_UID_LEN], UINT8 mrti_check, UINT8 mrti…
[all …]
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);
Dnfc_int.h246 NFC_API extern void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status);
264 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg);
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c36 static tNFC_STATUS nfa_rw_start_ndef_read(void);
37 static tNFC_STATUS nfa_rw_start_ndef_write(void);
38 static tNFC_STATUS nfa_rw_start_ndef_detection(void);
39 static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN b_hard_lock);
401 void nfa_rw_handle_sleep_wakeup_rsp (tNFC_STATUS status) in nfa_rw_handle_sleep_wakeup_rsp()
476 void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status) in nfa_rw_handle_presence_check_rsp()
1454 static tNFC_STATUS nfa_rw_start_ndef_detection(void) in nfa_rw_start_ndef_detection()
1457 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_start_ndef_detection()
1500 static tNFC_STATUS nfa_rw_start_ndef_read(void) in nfa_rw_start_ndef_read()
1503 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_start_ndef_read()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_rw_int.h345 extern void nfa_rw_handle_sleep_wakeup_rsp (tNFC_STATUS status);
346 extern void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status);
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_discover.c54 static void nfa_dm_disc_report_kovio_presence_check (tNFC_STATUS status);
856 static tNFC_STATUS nfa_dm_disc_force_to_idle (void) in nfa_dm_disc_force_to_idle()
858 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR; in nfa_dm_disc_force_to_idle()
901 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type) in nfa_dm_send_deactivate_cmd()
903 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR; in nfa_dm_send_deactivate_cmd()
1520 tNFC_STATUS nfa_dm_disc_sleep_wakeup (void) in nfa_dm_disc_sleep_wakeup()
1522 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_dm_disc_sleep_wakeup()
1579 static void nfa_dm_disc_end_sleep_wakeup (tNFC_STATUS status) in nfa_dm_disc_end_sleep_wakeup()
1648 tNFC_STATUS nfa_dm_disc_start_kovio_presence_check (void) in nfa_dm_disc_start_kovio_presence_check()
1650 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_dm_disc_start_kovio_presence_check()
[all …]

12