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

/hardware/libhardware/include/hardware/
H A Dnfc.h117 typedef struct nfc_nci_device { struct
139 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback,
148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data);
160 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params);
173 int (*pre_discover)(const struct nfc_nci_device *p_dev);
178 int (*close)(const struct nfc_nci_device *p_dev);
186 int (*control_granted)(const struct nfc_nci_device *p_dev);
192 int (*power_cycle)(const struct nfc_nci_device *p_dev);

Completed in 191 milliseconds