diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2017-03-23 22:24:43 +0000 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2017-03-23 22:25:41 +0000 |
| commit | ccebad466e4fc69c63bb85d158d1ed3351393682 (patch) | |
| tree | 52774d0895c87afcc0e6b04d642b484f86aaf324 /halimpl | |
| parent | c48bb5ff388c2c8947cbe402af72886caa794569 (diff) | |
| download | android_hardware_broadcom_nfc-ccebad466e4fc69c63bb85d158d1ed3351393682.tar.gz android_hardware_broadcom_nfc-ccebad466e4fc69c63bb85d158d1ed3351393682.tar.bz2 android_hardware_broadcom_nfc-ccebad466e4fc69c63bb85d158d1ed3351393682.zip | |
Revert "Fixed testcase for Nfc VTS"
This reverts commit c48bb5ff388c2c8947cbe402af72886caa794569.
Bug: 36561231
Change-Id: Id396ce3aa0f590a159bc519a8753f6cefad506b2
Diffstat (limited to 'halimpl')
| -rw-r--r-- | halimpl/pn54x/common/phNfcStatus.h | 8 | ||||
| -rw-r--r-- | halimpl/pn54x/hal/phNxpNciHal.c | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/halimpl/pn54x/common/phNfcStatus.h b/halimpl/pn54x/common/phNfcStatus.h index 4530c18..f3aa51a 100644 --- a/halimpl/pn54x/common/phNfcStatus.h +++ b/halimpl/pn54x/common/phNfcStatus.h @@ -370,13 +370,5 @@ * Indicates Connection failed */ #define NFCSTATUS_CONNECTION_FAILED (0x0047) -/* - * Indicates Recovery Success - */ -#define NFCSTATUS_RECOVERY_SUCCESS (0x0100) -/* - * Indicates Recovery failed - */ -#define NFCSTATUS_RECOVERY_FAILURE (0x01FF) #endif /* PHNFCSTATUS_H */ diff --git a/halimpl/pn54x/hal/phNxpNciHal.c b/halimpl/pn54x/hal/phNxpNciHal.c index 1882666..9b7d7c4 100644 --- a/halimpl/pn54x/hal/phNxpNciHal.c +++ b/halimpl/pn54x/hal/phNxpNciHal.c @@ -1676,7 +1676,6 @@ int phNxpNciHal_core_initialized(uint8_t* p_core_init_rsp_params) { NXPLOG_NCIHAL_E("Invoking data callback!!"); (*nxpncihal_ctrl.p_nfc_stack_data_cback)(nxpncihal_ctrl.rx_data_len, nxpncihal_ctrl.p_rx_data); - return NFCSTATUS_RECOVERY_SUCCESS; } } |
