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

/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h102 #define NFC_CHECK_MAX_CONN() {if (max > nfc_cb.max_conn) max = nfc_cb.max_conn;}
203 NFC_API extern tNFC_CB nfc_cb;
206 #define nfc_cb (*nfc_cb_ptr) macro
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c49 #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
[all...]

Completed in 1123 milliseconds