NFC HAL: Use a separate callback for data.

Bug: 7258325
Change-Id: I02d8ea1bdcb8ea6a9430e3dc286f5c2647277f72
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;
 }