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

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

Completed in 27 milliseconds