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

Commit d6132cfe authored by nxp72763's avatar nxp72763 Committed by android-build-merger
Browse files

Merge "Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test" am: 6a0450a1...

Merge "Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test" am: 6a0450a1 am: 80b6b3c2 am: 531e25de
am: 99491c82

Change-Id: I22eabc79f111b6dcf8d6a7612168256eb269c5fc
parents 99894942 99491c82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ using ::android::hardware::nfc::V1_2::INfc;
using ::android::hardware::nfc::V1_2::NfcConfig;

// Range of valid off host route ids
constexpr unsigned int MIN_OFFHOST_ROUTE_ID = 0x80;
constexpr unsigned int MIN_OFFHOST_ROUTE_ID = 0x01;
constexpr unsigned int MAX_OFFHOST_ROUTE_ID = 0xFE;

constexpr char kCallbackNameSendEvent[] = "sendEvent";