summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-06-11 09:01:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-11 09:01:24 +0000
commit6a0450a166eaca01470afc9904a0f3e4e972a425 (patch)
treed2f4bcbed5db496af41c8468a8e710091eddcbf1
parent18ea3d2d5e3c0f9f6c46111843ce6d0271df0dce (diff)
parent6f8cea3d1a7cd5359bdaa8a94bcde7758b1abdf0 (diff)
Merge "Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test"
-rw-r--r--nfc/1.2/vts/functional/VtsHalNfcV1_2TargetTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc/1.2/vts/functional/VtsHalNfcV1_2TargetTest.cpp b/nfc/1.2/vts/functional/VtsHalNfcV1_2TargetTest.cpp
index ee4a88792a..54d3127a75 100644
--- a/nfc/1.2/vts/functional/VtsHalNfcV1_2TargetTest.cpp
+++ b/nfc/1.2/vts/functional/VtsHalNfcV1_2TargetTest.cpp
@@ -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";