HomeSort by relevance Sort by last modified time
    Searched defs:nfc_cb (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 49 #define NFC_SET_MAX_CONN_DEFAULT() {nfc_cb.max_conn = 1;}
62 tNFC_CB nfc_cb; variable
185 if (nfc_cb.p_resp_cback)
188 if (nfc_cb.flags & (NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC))
190 nfc_cb.flags &= ~(NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC);
193 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP;
195 (*nfc_cb.p_resp_cback) (NFC_NFCC_RESTART_REVT, &evt_data);
199 (*nfc_cb.p_resp_cback) (NFC_ENABLE_REVT, &evt_data);
218 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
244 nfc_cb.vs_interface[yy++] = *p
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 101 #define NFC_CHECK_MAX_CONN() {if (max > nfc_cb.max_conn) max = nfc_cb.max_conn;}
201 NFC_API extern tNFC_CB nfc_cb;
204 #define nfc_cb (*nfc_cb_ptr) macro

Completed in 39 milliseconds