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

  /external/libnfc-nci/src/nfa/snep/
nfa_snep_default.c 71 for (xx = 0; xx < NFA_SNEP_DEFAULT_MAX_CONN; xx++)
111 for (xx = 0; xx < NFA_SNEP_DEFAULT_MAX_CONN; xx++)
120 if (xx >= NFA_SNEP_DEFAULT_MAX_CONN)
123 NFA_SNEP_DEFAULT_MAX_CONN);
147 for (xx = 0; xx < NFA_SNEP_DEFAULT_MAX_CONN; xx++)
166 for (xx = 0; xx < NFA_SNEP_DEFAULT_MAX_CONN; xx++)
197 for (xx = 0; xx < NFA_SNEP_DEFAULT_MAX_CONN; xx++)
  /external/libnfc-nci/src/include/
nfc_target.h 643 #ifndef NFA_SNEP_DEFAULT_MAX_CONN
644 #define NFA_SNEP_DEFAULT_MAX_CONN 3
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 221 #define NFA_SNEP_DEFAULT_MAX_CONN 3
227 tNFA_SNEP_DEFAULT_CONN conn[NFA_SNEP_DEFAULT_MAX_CONN];/* connections for default server */

Completed in 20 milliseconds