HomeSort by relevance Sort by last modified time
    Searched refs:tNFC_STATUS (Results 1 - 23 of 23) sorted by null

  /external/libnfc-nci/src/nfc/include/
rw_api.h 143 tNFC_STATUS status;
150 tNFC_STATUS status;
156 tNFC_STATUS status; /* Status of the POLL request */
165 tNFC_STATUS status; /* Status of the Get System Codes request */
172 tNFC_STATUS status; /* status of NDEF detection */
181 tNFC_STATUS status; /* status of NDEF detection */
188 tNFC_STATUS status;
194 tNFC_STATUS status;
201 tNFC_STATUS status; /* status of Inventory command */
208 tNFC_STATUS status; /* status of Read/Get security status command *
    [all...]
ce_api.h 58 tNFC_STATUS status;
64 tNFC_STATUS status;
72 tNFC_STATUS status;
79 tNFC_STATUS status;
100 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only,
116 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
127 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data);
138 NFC_API extern tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2);
161 NFC_API extern tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only,
208 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len
    [all...]
nfc_api.h 74 typedef UINT8 tNFC_STATUS;
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...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ee.c 48 ** Returns tNFC_STATUS
51 tNFC_STATUS NFC_NfceeDiscover (BOOLEAN discover)
69 ** Returns tNFC_STATUS
72 tNFC_STATUS NFC_NfceeModeSet (UINT8 nfcee_id,
97 ** Returns tNFC_STATUS
100 tNFC_STATUS NFC_SetRouting (BOOLEAN more,
117 ** Returns tNFC_STATUS
120 tNFC_STATUS NFC_GetRouting (void)
nfc_test.c 51 ** Returns tNFC_STATUS
54 tNFC_STATUS NFC_TestLoopback (BT_HDR *p_data)
56 tNFC_STATUS status = NFC_STATUS_FAILED;
nfc_vs.c 49 ** Returns tNFC_STATUS
52 tNFC_STATUS NFC_RegVSCback (BOOLEAN is_register,
55 tNFC_STATUS status = NFC_STATUS_FAILED;
99 ** Returns tNFC_STATUS
102 tNFC_STATUS NFC_SendVsCommand (UINT8 oid,
106 tNFC_STATUS status = NFC_STATUS_OK;
nfc_main.c 179 static void nfc_main_notify_enable_status (tNFC_STATUS nfc_status)
215 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg)
667 ** Returns tNFC_STATUS
670 tNFC_STATUS NFC_Enable (tNFC_RESPONSE_CBACK *p_cback)
791 ** Returns tNFC_STATUS
794 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
811 ** Returns tNFC_STATUS
814 tNFC_STATUS NFC_GetConfig (UINT8 num_ids,
832 ** Returns tNFC_STATUS
835 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps
    [all...]
nfc_ncif.c 471 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;
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 356 tNFC_STATUS status;
    [all...]
ce_int.h 165 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
168 extern tNFC_STATUS ce_select_t4t (void);
nfc_int.h 245 NFC_API extern void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status);
263 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg);
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 338 extern void nfa_rw_handle_sleep_wakeup_rsp (tNFC_STATUS status);
339 extern void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status);
nfa_ce_int.h 208 tNFC_STATUS nfa_ce_set_content (void);
nfa_dm_int.h 614 tNFC_STATUS nfa_dm_disc_sleep_wakeup (void);
615 tNFC_STATUS nfa_dm_disc_start_kovio_presence_check (void);
nfa_dta_int.h 238 typedef tNFC_STATUS (*tNFA_DTA_CMD_FCN) (void *);
nfa_ee_int.h 266 tNFC_STATUS status; /* The event status. */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 34 static tNFC_STATUS nfa_rw_start_ndef_read(void);
35 static tNFC_STATUS nfa_rw_start_ndef_write(void);
36 static tNFC_STATUS nfa_rw_start_ndef_detection(void);
37 static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN b_hard_lock);
392 void nfa_rw_handle_sleep_wakeup_rsp (tNFC_STATUS status)
469 void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status)
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 54 static void nfa_dm_disc_report_kovio_presence_check (tNFC_STATUS status);
841 ** Returns tNFC_STATUS
844 static tNFC_STATUS nfa_dm_disc_force_to_idle (void)
846 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
889 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type)
891 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
    [all...]
nfa_dm_main.c 230 tNFC_STATUS nfc_status;
nfa_dm_api.c     [all...]
nfa_dm_act.c 556 tNFC_STATUS status;
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h     [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 677 tNFC_STATUS nfa_ce_set_content (void)
679 tNFC_STATUS status;
    [all...]

Completed in 499 milliseconds