Searched defs:p_maps (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c450 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) argument
475 UINT8_TO_STREAM (pp, p_maps[xx].protocol);
476 UINT8_TO_STREAM (pp, p_maps[xx].mode);
477 UINT8_TO_STREAM (pp, p_maps[xx].intf_type);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c830 ** p_maps - the discovery interface mappings
836 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps, argument
850 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX)
854 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
857 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
861 intf_mask = (1 << (p_maps[xx].intf_type));
866 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
869 memcpy (&max_maps[num_intf++], &p_maps[xx], sizeof (tNFC_DISCOVER_MAPS));
872 NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_type);

Completed in 200 milliseconds