Searched refs:kNumBytes32 (Results 1 – 4 of 4) sorted by relevance
31 static constexpr size_t kNumBytes32 = 4; variable35 typedef std::array<uint8_t, kNumBytes32> UUID32Bit;
148 return kNumBytes32; in GetShortestRepresentationSize()
84 ASSERT_TRUE(UUID::kNumBytes32 == uuid.GetShortestRepresentationSize()); in TEST()97 ASSERT_TRUE(UUID::kNumBytes32 == uuid.GetShortestRepresentationSize()); in TEST()
666 else if (uuid_size == bluetooth::UUID::kNumBytes32) in HandleStartAdv()