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 150 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...]
ce_api.h 58 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, UINT8 *p_block_data);
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...]
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,
116 ** Returns tNFC_STATUS
119 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)
792 ** Returns tNFC_STATUS
795 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
812 ** Returns tNFC_STATUS
815 tNFC_STATUS NFC_GetConfig (UINT8 num_ids,
833 ** Returns tNFC_STATUS
836 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps
    [all...]
nfc_ncif.c 473 evt_data.status = (tNFC_STATUS) status;
492 evt_data.set_config.status = (tNFC_STATUS) *p++;
518 evt_data.status = (tNFC_STATUS) status;
557 evt_data.status = (tNFC_STATUS) NFC_STATUS_OK;
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 358 tNFC_STATUS status;
    [all...]
ce_int.h 164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
167 extern tNFC_STATUS ce_select_t4t (void);
nfc_int.h 246 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/int/
nfa_rw_int.h 345 extern void nfa_rw_handle_sleep_wakeup_rsp (tNFC_STATUS status);
346 extern void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status);
nfa_ce_int.h 209 tNFC_STATUS nfa_ce_set_content (void);
nfa_dm_int.h 629 tNFC_STATUS nfa_dm_disc_sleep_wakeup (void);
630 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 273 tNFC_STATUS status; /* The event status. */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 36 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)
476 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);
853 ** Returns tNFC_STATUS
856 static tNFC_STATUS nfa_dm_disc_force_to_idle (void)
858 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
901 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type)
903 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
    [all...]
nfa_dm_main.c 231 tNFC_STATUS nfc_status;
nfa_dm_api.c     [all...]
nfa_dm_act.c 561 tNFC_STATUS status;
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h     [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 680 tNFC_STATUS nfa_ce_set_content (void)
682 tNFC_STATUS status;
    [all...]

Completed in 334 milliseconds