commit | f097fa7ecd9bb47d16f84c9e76009b7f8df5d2e1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 20 22:35:02 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 20 22:35:02 2024 +0000 |
tree | 5c4041aca94ac140dcb651a262a4305241a92717 | |
parent | 419b4d4e04d10429d1181afdadd45fa93f501cfb [diff] | |
parent | 05bd5efb795ce8a357bb2fe0da198bbe29fcc9b3 [diff] |
Merge "Add T4T Ndef Nfceee feature support" into main
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; }