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;
206 tNFC_STATUS status; /* The event status. */
222 tNFC_STATUS status; /* The event status. */
230 tNFC_STATUS status; /* The event status. */
238 tNFC_STATUS status; /* The event status. */
268 tNFC_STATUS status; /* The event status - place holder */
283 tNFC_STATUS status; /* The event status.*/
293 tNFC_STATUS status; /* The event status */
304 tNFC_STATUS status; /* The event status */
314 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)
666 ** Returns tNFC_STATUS
669 tNFC_STATUS NFC_Enable (tNFC_RESPONSE_CBACK *p_cback)
790 ** Returns tNFC_STATUS
793 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
810 ** Returns tNFC_STATUS
813 tNFC_STATUS NFC_GetConfig (UINT8 num_ids,
831 ** Returns tNFC_STATUS
834 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps
    [all...]
nfc_ncif.c 470 evt_data.status = (tNFC_STATUS) status;
489 evt_data.set_config.status = (tNFC_STATUS) *p++;
515 evt_data.status = (tNFC_STATUS) status;
554 evt_data.status = (tNFC_STATUS) NFC_STATUS_OK;
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 361 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 244 NFC_API extern void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status);
262 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg);
  /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);
390 void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status)
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 208 tNFC_STATUS nfa_ce_set_content (void);
nfa_rw_int.h 331 extern void nfa_rw_handle_presence_check_rsp (tNFC_STATUS status);
nfa_dta_int.h 231 typedef tNFC_STATUS (*tNFA_DTA_CMD_FCN) (void *);
nfa_ee_int.h 266 tNFC_STATUS status; /* The event status. */
nfa_dm_int.h 600 tNFC_STATUS nfa_dm_disc_presence_check (void);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 846 ** Returns tNFC_STATUS
849 static tNFC_STATUS nfa_dm_disc_force_to_idle (void)
851 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
894 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type)
896 tNFC_STATUS status = NFC_STATUS_SEMANTIC_ERROR;
    [all...]
nfa_dm_main.c 226 tNFC_STATUS nfc_status;
nfa_dm_api.c     [all...]
nfa_dm_act.c 546 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 72 milliseconds