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

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c447 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) argument
472 UINT8_TO_STREAM (pp, p_maps[xx].protocol);
473 UINT8_TO_STREAM (pp, p_maps[xx].mode);
474 UINT8_TO_STREAM (pp, p_maps[xx].intf_type);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c824 ** p_maps - the discovery interface mappings
830 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps, argument
844 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX)
848 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
851 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
855 intf_mask = (1 << (p_maps[xx].intf_type));
860 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
863 memcpy (&max_maps[num_intf++], &p_maps[xx], sizeof (tNFC_DISCOVER_MAPS));
866 NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_type);

Completed in 50 milliseconds