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

Commit 13c9e764 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test" into android10-tests-dev

parents d4ba1d02 9ebd4da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ using ::android::hardware::nfc::V1_2::INfc;
using ::android::hardware::nfc::V1_2::NfcConfig;
using ::android::hardware::nfc::V1_2::NfcConfig;


// Range of valid off host route ids
// 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 unsigned int MAX_OFFHOST_ROUTE_ID = 0xFE;


constexpr char kCallbackNameSendEvent[] = "sendEvent";
constexpr char kCallbackNameSendEvent[] = "sendEvent";