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

  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 47 int xx, max = NCI_MAX_CONN_CBS;
102 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
132 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
202 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++, p_conn_cb++)
nfc_main.c 738 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
    [all...]
  /external/libnfc-nci/src/include/
nfc_target.h 219 #ifndef NCI_MAX_CONN_CBS
220 #define NCI_MAX_CONN_CBS 4
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 150 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];

Completed in 1480 milliseconds