Searched refs:expectedTcatAuthField (Results 1 – 1 of 1) sorted by relevance
115 const uint8_t expectedTcatAuthField[5] = {0x20, 0x01, 0x01, 0x01, 0x01}; in TestTcat() local173 …static_assert(5 == sizeof(expectedTcatAuthField), "expectedTcatAuthField size incorrect for test"); in TestTcat()177 …VerifyOrQuit(attributeLen == 5 && memcmp(&expectedTcatAuthField, &attributeBuffer, attributeLen) =… in TestTcat()