diff options
author | Martijn Coenen <maco@google.com> | 2012-09-30 11:06:22 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-09-30 11:08:49 -0700 |
commit | 442752aecdc54c32e77227e792fca64dcf1c1fb8 (patch) | |
tree | 0c785855de65831c16d33f93776b5644edd4bf21 /modules | |
parent | cecacd4e71c35fd50dbe1e9855cbab0faa17b550 (diff) | |
download | hardware_libhardware-442752aecdc54c32e77227e792fca64dcf1c1fb8.zip hardware_libhardware-442752aecdc54c32e77227e792fca64dcf1c1fb8.tar.gz hardware_libhardware-442752aecdc54c32e77227e792fca64dcf1c1fb8.tar.bz2 |
NFC HAL: Use a separate callback for data.
Bug: 7258325
Change-Id: I02d8ea1bdcb8ea6a9430e3dc286f5c2647277f72
Diffstat (limited to 'modules')
-rw-r--r-- | modules/nfc-nci/nfc_nci_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nfc-nci/nfc_nci_example.c b/modules/nfc-nci/nfc_nci_example.c index 01914f0..2514225 100644 --- a/modules/nfc-nci/nfc_nci_example.c +++ b/modules/nfc-nci/nfc_nci_example.c @@ -25,7 +25,7 @@ * NCI HAL method implementations. These must be overriden */ static int hal_open(const struct nfc_nci_device *dev, - nfc_stack_callback_t *p_cback) { + nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) { ALOGE("NFC-NCI HAL: %s", __FUNCTION__); return 0; } |