Merge "Add T4T Ndef Nfceee feature support" into main

This commit is contained in:
Treehugger Robot
2024-11-20 22:35:02 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 0 deletions

View File

@@ -50,4 +50,5 @@ parcelable NfcConfig {
byte[] offHostRouteEse;
byte defaultIsoDepRoute;
byte[] offHostSimPipeIds = {};
boolean t4tNfceeEnable;
}

View File

@@ -90,4 +90,8 @@ parcelable NfcConfig {
* Pipe IDs for UICC. Empty if not available
*/
byte[] offHostSimPipeIds = {};
/**
* T4T NFCEE feature configuration
*/
boolean t4tNfceeEnable;
}