commit | 05bd5efb795ce8a357bb2fe0da198bbe29fcc9b3 | [log] [tgz] |
---|---|---|
author | nxf58888 <himanshusingh.kushwah@nxp.com> | Fri Sep 20 11:21:16 2024 +0530 |
committer | nxf58888 <himanshusingh.kushwah@nxp.com> | Tue Oct 29 09:11:37 2024 +0530 |
tree | e0190bbf4679e8d3ad437e084efc0714f2819e56 | |
parent | 1850469bebed2f2ba45adfccddc0a3801295ceaf [diff] |
Add T4T Ndef Nfceee feature support Bug: 339117870 Test: Manual Change-Id: Ifcfe74caf6c14a8295435ecacbb9a19156ac3842
diff --git a/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl b/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl index 0261a0a..4fdfae8 100644 --- a/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl +++ b/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl
@@ -50,4 +50,5 @@ byte[] offHostRouteEse; byte defaultIsoDepRoute; byte[] offHostSimPipeIds = {}; + boolean t4tNfceeEnable; }
diff --git a/nfc/aidl/android/hardware/nfc/NfcConfig.aidl b/nfc/aidl/android/hardware/nfc/NfcConfig.aidl index 870cdbd..86eee8b 100644 --- a/nfc/aidl/android/hardware/nfc/NfcConfig.aidl +++ b/nfc/aidl/android/hardware/nfc/NfcConfig.aidl
@@ -90,4 +90,8 @@ * Pipe IDs for UICC. Empty if not available */ byte[] offHostSimPipeIds = {}; + /** + * T4T NFCEE feature configuration + */ + boolean t4tNfceeEnable; }