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

  /external/libnfc-nci/src/include/
nfc_target.h 521 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK
522 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 113 tNFA_HCI_PIPE_INFO uicc_created_pipe[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Pipe information of the UICC created pipe */
166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 372 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
376 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK)
    [all...]
nfa_hci_utils.c 710 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
733 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
756 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
    [all...]
nfa_hci_act.c     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 373 UINT8 inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Inactive host in the host network */
374 UINT8 reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting */

Completed in 24 milliseconds