Searched refs:kNumBytes32 (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/
H A Duuid.h31 static constexpr size_t kNumBytes32 = 4; member in class:bluetooth::UUID
35 typedef std::array<uint8_t, kNumBytes32> UUID32Bit;
H A Duuid.cpp165 return kNumBytes32;
/system/bt/service/test/
H A Duuid_unittest.cpp85 ASSERT_TRUE(UUID::kNumBytes32 == uuid.GetShortestRepresentationSize());
98 ASSERT_TRUE(UUID::kNumBytes32 == uuid.GetShortestRepresentationSize());
/system/bt/service/client/
H A Dmain.cpp518 else if (uuid_size == bluetooth::UUID::kNumBytes32)
/system/bt/service/
H A Dlow_energy_client.cpp91 } else if (uuid_len == UUID::kNumBytes32) {

Completed in 6747 milliseconds