Add T4T Ndef Nfceee feature support

Bug: 339117870
Test: Manual
Change-Id: Ifcfe74caf6c14a8295435ecacbb9a19156ac3842
This commit is contained in:
nxf58888
2024-09-20 11:21:16 +05:30
parent 1850469beb
commit 05bd5efb79
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;
}