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

/hardware/libhardware/include/hardware/
H A Dnfc.h110 typedef struct nfc_nci_device { struct
126 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback,
135 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data);
147 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params);
160 int (*pre_discover)(const struct nfc_nci_device *p_dev);
165 int (*close)(const struct nfc_nci_device *p_dev);
173 int (*control_granted)(const struct nfc_nci_device *p_dev);
179 int (*power_cycle)(const struct nfc_nci_device *p_dev);

Completed in 23 milliseconds