mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add T4T Ndef Nfceee feature support" into main
This commit is contained in:
@@ -50,4 +50,5 @@ parcelable NfcConfig {
|
||||
byte[] offHostRouteEse;
|
||||
byte defaultIsoDepRoute;
|
||||
byte[] offHostSimPipeIds = {};
|
||||
boolean t4tNfceeEnable;
|
||||
}
|
||||
|
||||
@@ -90,4 +90,8 @@ parcelable NfcConfig {
|
||||
* Pipe IDs for UICC. Empty if not available
|
||||
*/
|
||||
byte[] offHostSimPipeIds = {};
|
||||
/**
|
||||
* T4T NFCEE feature configuration
|
||||
*/
|
||||
boolean t4tNfceeEnable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user