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

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c448 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) argument
473 UINT8_TO_STREAM (pp, p_maps[xx].protocol);
474 UINT8_TO_STREAM (pp, p_maps[xx].mode);
475 UINT8_TO_STREAM (pp, p_maps[xx].intf_type);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c829 ** p_maps - the discovery interface mappings
835 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps, argument
849 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX)
853 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
856 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
860 intf_mask = (1 << (p_maps[xx].intf_type));
865 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
868 memcpy (&max_maps[num_intf++], &p_maps[xx], sizeof (tNFC_DISCOVER_MAPS));
871 NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_type);

Completed in 29 milliseconds