HomeSort by relevance Sort by last modified time
    Searched refs:tNFC_CONN_CB (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 44 tNFC_CONN_CB * nfc_alloc_conn_cb (tNFC_CONN_CBACK *p_cback)
47 tNFC_CONN_CB *p_conn_cb = NULL;
73 void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id)
96 tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 id)
99 tNFC_CONN_CB *p_conn_cb = NULL;
122 tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id)
124 tNFC_CONN_CB *p_conn_cb = NULL;
164 void nfc_free_conn_cb (tNFC_CONN_CB *p_cb)
195 tNFC_CONN_CB *p_conn_cb = &nfc_cb.conn_cb[0];
nfc_test.c 56 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_handle (NCI_TEST_ID);
nfc_main.c 214 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
968 tNFC_CONN_CB *p_cb;
    [all...]
nfc_ncif.c 138 UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data)
532 tNFC_CONN_CB * p_cb;
574 tNFC_CONN_CB * p_cb;
754 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 116 } tNFC_CONN_CB;
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 20 milliseconds