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

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c840 UINT8 xx, yy, num_intf, intf_mask; local
861 intf_mask = (1 << (p_maps[xx].intf_type));
862 if (intf_mask & nfc_cb.nci_interfaces)
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);

Completed in 75 milliseconds