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

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_utils.c45 tNFC_CONN_CB * nfc_alloc_conn_cb (tNFC_CONN_CBACK *p_cback)
48 tNFC_CONN_CB *p_conn_cb = NULL;
74 void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id)
97 tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 id)
100 tNFC_CONN_CB *p_conn_cb = NULL;
123 tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id)
125 tNFC_CONN_CB *p_conn_cb = NULL;
165 void nfc_free_conn_cb (tNFC_CONN_CB *p_cb)
196 tNFC_CONN_CB *p_conn_cb = &nfc_cb.conn_cb[0];
H A Dnfc_test.c57 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_handle (NCI_TEST_ID);
H A Dnfc_main.c218 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
972 tNFC_CONN_CB *p_cb;
1026 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_conn_id (conn_id);
1050 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
1077 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_conn_id (conn_id);
1105 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_conn_id (conn_id);
1137 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
H A Dnfc_ncif.c139 UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data)
531 tNFC_CONN_CB * p_cb;
573 tNFC_CONN_CB * p_cb;
770 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
983 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
1191 tNFC_CONN_CB * p_cb;
1240 tNFC_CONN_CB *p_cb;
1321 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
1401 void nfc_data_event (tNFC_CONN_CB * p_cb)
1456 tNFC_CONN_CB * p_c
[all...]
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h117 } tNFC_CONN_CB; typedef in typeref:struct:__anon8659
150 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];
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);
220 NFC_API extern void nfc_data_event (tNFC_CONN_CB * p_cb);
223 extern UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data);

Completed in 86 milliseconds