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

  /external/libnfc-nci/src/nfa/dm/
nfa_dm_cfg.c 78 const tNCI_DISCOVER_MAPS nfa_dm_interface_mapping[NFA_DM_NUM_INTERFACE_MAP] =
93 tNCI_DISCOVER_MAPS *p_nfa_dm_interface_mapping = NULL;
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 59 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps);
nfc_api.h 150 typedef tNCI_DISCOVER_MAPS tNFC_DISCOVER_MAPS;
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 71 static const tNCI_DISCOVER_MAPS nfc_interface_mapping[NFC_NUM_INTERFACE_MAP] =
263 NFC_DiscoveryMap (nfc_cb.num_disc_maps, (tNCI_DISCOVER_MAPS *) nfc_cb.p_disc_maps, NULL);
876 return nci_snd_discover_map_cmd (num_intf, (tNCI_DISCOVER_MAPS *) max_maps);
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 166 const tNCI_DISCOVER_MAPS *p_disc_maps; /* NCI RF Discovery interface mapping */
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 450 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps)
457 size = num * sizeof (tNCI_DISCOVER_MAPS) + 1;
  /external/libnfc-nci/src/hal/include/
nci_defs.h 626 } tNCI_DISCOVER_MAPS;
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 540 extern tNCI_DISCOVER_MAPS *p_nfa_dm_interface_mapping;

Completed in 66 milliseconds