Searched refs:kNumBytes16 (Results 1 – 4 of 4) sorted by relevance
32 static constexpr size_t kNumBytes16 = 2; variable34 typedef std::array<uint8_t, kNumBytes16> UUID16Bit;
111 std::copy(uuid.begin(), uuid.end(), id_.begin() + kNumBytes16); in UUID()146 if (id_[0] == 0 && id_[1] == 0) return kNumBytes16; in GetShortestRepresentationSize()
53 ASSERT_TRUE(UUID::kNumBytes16 == uuid.GetShortestRepresentationSize()); in TEST()65 ASSERT_TRUE(UUID::kNumBytes16 == uuid.GetShortestRepresentationSize()); in TEST()70 ASSERT_TRUE(UUID::kNumBytes16 == uuid.GetShortestRepresentationSize()); in TEST()
668 else if (uuid_size == bluetooth::UUID::kNumBytes16) in HandleStartAdv()