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

  /external/libnfc-nci/src/include/
nfc_target.h 540 #ifndef NFA_HCI_MAX_APP_CB
541 #define NFA_HCI_MAX_APP_CB 0x05
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 400 tNFA_HCI_CBACK *p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions registered by the applications */
405 char reg_app_names[NFA_HCI_MAX_APP_CB][NFA_MAX_HCI_APP_NAME_LEN + 1];
410 BOOLEAN b_send_conn_evts[NFA_HCI_MAX_APP_CB];
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 166 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
173 if (xx == NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_main.c 144 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB];
151 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
165 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++)
201 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_utils.c 251 ||(app_inx >= NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_act.c 245 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
255 if (xx != NFA_HCI_MAX_APP_CB)
272 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
284 if (xx == NFA_HCI_MAX_APP_CB)
328 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
338 if (xx == NFA_HCI_MAX_APP_CB)
566 ||(app_inx >= NFA_HCI_MAX_APP_CB)
    [all...]

Completed in 1033 milliseconds