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

This commit is contained in:
TreeHugger Robot
2019-07-18 07:06:16 +00:00
committed by Android (Google) 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";