Searched defs:tNFC_CONN_CB (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h116 } tNFC_CONN_CB; typedef in typeref:struct:__anon7902
149 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];
213 NFC_API extern tNFC_CONN_CB * nfc_alloc_conn_cb ( tNFC_CONN_CBACK *p_cback);
214 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id);
215 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 target_handle);
216 NFC_API extern void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id);
217 NFC_API extern void nfc_free_conn_cb (tNFC_CONN_CB *p_cb);
219 NFC_API extern void nfc_data_event (tNFC_CONN_CB * p_cb);
222 extern UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data);

Completed in 890 milliseconds