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 529 #ifndef NFA_HCI_MAX_APP_CB
530 #define NFA_HCI_MAX_APP_CB 0x05
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 404 tNFA_HCI_CBACK *p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions registered by the applications */
409 char reg_app_names[NFA_HCI_MAX_APP_CB][NFA_MAX_HCI_APP_NAME_LEN + 1];
414 BOOLEAN b_send_conn_evts[NFA_HCI_MAX_APP_CB];
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 167 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
174 if (xx == NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_main.c 217 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB];
224 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
238 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++)
274 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_utils.c 253 ||(app_inx >= NFA_HCI_MAX_APP_CB)
    [all...]
nfa_hci_act.c 246 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
256 if (xx != NFA_HCI_MAX_APP_CB)
273 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
285 if (xx == NFA_HCI_MAX_APP_CB)
329 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
339 if (xx == NFA_HCI_MAX_APP_CB)
609 ||((app_inx < NFA_HCI_MAX_APP_CB) && (nfa_hci_cb.p_app_cback[app_inx] != NULL)) )
    [all...]

Completed in 498 milliseconds