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

  /external/libnfc-nci/src/include/
nfc_target.h 524 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK
525 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 380 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
384 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK)
    [all...]
nfa_hci_utils.c 744 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
767 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
790 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 */
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 54 static UINT8 deviceHostWhiteList [NFA_HCI_MAX_HOST_IN_NETWORK];

Completed in 195 milliseconds