Searched defs:protocol_version (Results 1 - 2 of 2) sorted by relevance

/system/iot/attestation/atap/test/
H A Datap_util_unittest.cpp75 uint8_t protocol_version = *next(buf, index, 4); local
76 EXPECT_EQ(ATAP_PROTOCOL_VERSION, protocol_version);
/system/core/adb/
H A Dtransport.h116 protocol_version = A_VERSION_MIN;
196 int protocol_version; member in class:atransport

Completed in 113 milliseconds