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

/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h100 #define NFC_CHECK_MAX_CONN() {if (max > nfc_cb.max_conn) max = nfc_cb.max_conn;}
200 NFC_API extern tNFC_CB nfc_cb;
203 #define nfc_cb (*nfc_cb_ptr) macro
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c47 #define NFC_SET_MAX_CONN_DEFAULT() {nfc_cb.max_conn = 1;}
60 tNFC_CB nfc_cb; variable
183 if (nfc_cb.p_resp_cback)
186 if (nfc_cb.flags & (NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC))
188 nfc_cb.flags &= ~(NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC);
191 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP;
193 (*nfc_cb.p_resp_cback) (NFC_NFCC_RESTART_REVT, &evt_data);
197 (*nfc_cb.p_resp_cback) (NFC_ENABLE_REVT, &evt_data);
214 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
240 nfc_cb
[all...]

Completed in 45 milliseconds