Merge "Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test"

This commit is contained in:
Treehugger Robot
2019-06-11 09:01:24 +00:00
committed by Gerrit Code Review

View File

@@ -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";