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 45 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];
nfc_test.c 57 tNFC_CONN_CB *p_cb = nfc_find_conn_cb_by_handle (NCI_TEST_ID);
nfc_main.c 218 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
974 tNFC_CONN_CB *p_cb;
    [all...]
nfc_ncif.c 139 UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data)
535 tNFC_CONN_CB * p_cb;
577 tNFC_CONN_CB * p_cb;
774 tNFC_CONN_CB * p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 118 } tNFC_CONN_CB;
151 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];
216 NFC_API extern tNFC_CONN_CB * nfc_alloc_conn_cb ( tNFC_CONN_CBACK *p_cback);
217 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id);
218 NFC_API extern tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 target_handle);
219 NFC_API extern void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id);
220 NFC_API extern void nfc_free_conn_cb (tNFC_CONN_CB *p_cb);
222 NFC_API extern void nfc_data_event (tNFC_CONN_CB * p_cb);
225 extern UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data);

Completed in 48 milliseconds