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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 848 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX)
852 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
855 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
859 intf_mask = (1 << (p_maps[xx].intf_type));
864 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
870 NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_type);
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 625 UINT8 intf_type; member in struct:__anon10179
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 475 UINT8_TO_STREAM (pp, p_maps[xx].intf_type);

Completed in 190 milliseconds