Home
last modified time | relevance | path

Searched refs:kNumBytes16 (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/bluetooth/
Duuid.h32 static constexpr size_t kNumBytes16 = 2; variable
34 typedef std::array<uint8_t, kNumBytes16> UUID16Bit;
Duuid.cc111 std::copy(uuid.begin(), uuid.end(), id_.begin() + kNumBytes16); in UUID()
146 if (id_[0] == 0 && id_[1] == 0) return kNumBytes16; in GetShortestRepresentationSize()
/system/bt/service/test/
Duuid_unittest.cc53 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()
/system/bt/service/client/
Dmain.cc668 else if (uuid_size == bluetooth::UUID::kNumBytes16) in HandleStartAdv()