Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea1a2a18 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add T4T Ndef Nfceee feature support" into main am: f097fa7e am: 32797e0a

parents 1dd791ef 32797e0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,4 +50,5 @@ parcelable NfcConfig {
  byte[] offHostRouteEse;
  byte defaultIsoDepRoute;
  byte[] offHostSimPipeIds = {};
  boolean t4tNfceeEnable;
}
+4 −0
Original line number Diff line number Diff line
@@ -90,4 +90,8 @@ parcelable NfcConfig {
     * Pipe IDs for UICC. Empty if not available
     */
    byte[] offHostSimPipeIds = {};
    /**
     * T4T NFCEE feature configuration
     */
    boolean t4tNfceeEnable;
}