• Home
  • Raw
  • Download

Lines Matching refs:NFC_API

201 NFC_API extern tNFC_CB  nfc_cb;
203 NFC_API extern tNFC_CB *nfc_cb_ptr;
211 NFC_API extern void nfc_init(void);
214 NFC_API extern tNFC_CONN_CB * nfc_alloc_conn_cb ( tNFC_CONN_CBACK *p_cback);
215 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id);
216 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 target_handle);
217 NFC_API extern void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id);
218 NFC_API extern void nfc_free_conn_cb (tNFC_CONN_CB *p_cb);
219 NFC_API extern void nfc_reset_all_conn_cbs (void);
220 NFC_API extern void nfc_data_event (tNFC_CONN_CB * p_cb);
224 NFC_API extern void nfc_ncif_cmd_timeout (void);
225 NFC_API extern void nfc_wait_2_deactivate_timeout (void);
227 NFC_API extern BOOLEAN nfc_ncif_process_event (BT_HDR *p_msg);
228 NFC_API extern void nfc_ncif_check_cmd_queue (BT_HDR *p_buf);
229 NFC_API extern void nfc_ncif_send_cmd (BT_HDR *p_buf);
230 NFC_API extern void nfc_ncif_proc_discover_ntf (UINT8 *p, UINT16 plen);
231 NFC_API extern void nfc_ncif_rf_management_status (tNFC_DISCOVER_EVT event, UINT8 status);
232 NFC_API extern void nfc_ncif_set_config_status (UINT8 *p, UINT8 len);
233 NFC_API extern void nfc_ncif_event_status (tNFC_RESPONSE_EVT event, UINT8 status);
234 NFC_API extern void nfc_ncif_error_status (UINT8 conn_id, UINT8 status);
235 NFC_API extern void nfc_ncif_proc_credits(UINT8 *p, UINT16 plen);
236 NFC_API extern void nfc_ncif_proc_activate (UINT8 *p, UINT8 len);
237 NFC_API extern void nfc_ncif_proc_deactivate (UINT8 status, UINT8 deact_type, BOOLEAN is_ntf);
239 NFC_API extern void nfc_ncif_proc_ee_action (UINT8 *p, UINT16 plen);
240 NFC_API extern void nfc_ncif_proc_ee_discover_req (UINT8 *p, UINT16 plen);
241 NFC_API extern void nfc_ncif_proc_get_routing (UINT8 *p, UINT8 len);
243 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);
244 NFC_API extern void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status);
245 NFC_API extern void nfc_ncif_proc_t3t_polling_ntf (UINT8 *p, UINT16 plen);
246 NFC_API extern void nfc_ncif_proc_reset_rsp (UINT8 *p, BOOLEAN is_ntf);
247 NFC_API extern void nfc_ncif_proc_init_rsp (BT_HDR *p_msg);
248 NFC_API extern void nfc_ncif_proc_get_config_rsp (BT_HDR *p_msg);
249 NFC_API extern void nfc_ncif_proc_data (BT_HDR *p_msg);
252 NFC_API extern void nfc_ncif_proc_rf_field_ntf (UINT8 rf_status);
258 NFC_API extern UINT32 nfc_task (UINT32 param);