Home
last modified time | relevance | path

Searched refs:nci_interfaces (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c236 evt_data.enable.nci_interfaces = 0; in nfc_enabled()
240 evt_data.enable.nci_interfaces |= (1 << (*p)); in nfc_enabled()
248 nfc_cb.nci_interfaces = evt_data.enable.nci_interfaces; in nfc_enabled()
846 NFC_TRACE_DEBUG1 ("nci_interfaces supported by NFCC: 0x%x", nfc_cb.nci_interfaces); in NFC_DiscoveryMap()
862 if (intf_mask & nfc_cb.nci_interfaces) in NFC_DiscoveryMap()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h168 UINT16 nci_interfaces; /* the NCI interfaces of NFCC */ member
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h211 UINT16 nci_interfaces; /* the NCI interfaces of NFCC */ member