Home
last modified time | relevance | path

Searched refs:UUID128Bit (Results 1 – 13 of 13) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.h45 using UUID128Bit = std::array<uint8_t, kNumBytes128>; variable
80 static constexpr Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE()
90 static Uuid From128BitLE(const UUID128Bit& uuid);
97 const UUID128Bit To128BitLE() const;
100 const UUID128Bit& To128BitBE() const;
114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
117 UUID128Bit uu;
Duuid.cc29 using UUID128Bit = Uuid::UUID128Bit; typedef
31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
35UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x…
120 UUID128Bit tmp; in From128BitBE()
125 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
132 UUID128Bit tmp; in From128BitLE()
137 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
138 UUID128Bit le; in To128BitLE()
143 const UUID128Bit& Uuid::To128BitBE() const { in To128BitBE()
/system/bt/types/bluetooth/
Duuid.h45 using UUID128Bit = std::array<uint8_t, kNumBytes128>; variable
80 static constexpr Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE()
90 static Uuid From128BitLE(const UUID128Bit& uuid);
97 const UUID128Bit To128BitLE() const;
100 const UUID128Bit& To128BitBE() const;
114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
117 UUID128Bit uu;
Duuid.cc29 using UUID128Bit = Uuid::UUID128Bit; typedef
31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
35 UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00,
124 UUID128Bit tmp; in From128BitBE()
129 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
136 UUID128Bit tmp; in From128BitLE()
141 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
142 UUID128Bit le; in To128BitLE()
147 const UUID128Bit& Uuid::To128BitBE() const { return uu; } in To128BitBE()
/system/bt/gd/hci/
Duuid.h48 using UUID128Bit = std::array<uint8_t, kNumBytes128>; variable
96 static Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE()
106 static Uuid From128BitLE(const UUID128Bit& uuid);
113 UUID128Bit To128BitLE() const;
116 const UUID128Bit& To128BitBE() const;
126 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
129 UUID128Bit uu = {};
Duuid.cc28 using UUID128Bit = Uuid::UUID128Bit; typedef
30 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
34UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x…
151 UUID128Bit tmp; in From128BitBE()
156 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
163 UUID128Bit tmp; in From128BitLE()
168 UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
169 UUID128Bit le; in To128BitLE()
174 const UUID128Bit& Uuid::To128BitBE() const { in To128BitBE()
Duuid_unittest.cc27 …Uuid::UUID128Bit{{0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x…
30 …Uuid::UUID128Bit{{0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, 0x01, 0x23, 0x…
33 …Uuid::UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x…
/system/bt/service/common/android/bluetooth/
Duuid.cc36 ::bluetooth::Uuid::UUID128Bit bytes = uuid.To128BitBE(); in writeToParcel()
58 ::bluetooth::Uuid::UUID128Bit bytes; in readFromParcel()
/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
Duuid_unittest.cc25 …Uuid::UUID128Bit{{0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x…
28 …Uuid::UUID128Bit{{0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, 0x01, 0x23, 0x…
31 …Uuid::UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x…
/system/bt/types/test/bluetooth/
Duuid_unittest.cc25 Uuid::UUID128Bit{{0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11,
29 Uuid::UUID128Bit{{0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xab,
33 Uuid::UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80,
/system/bt/profile/sdp/common/
Ddata_element_reader.cc162 Uuid::UUID128Bit uuid_array; in ReadUuid()
/system/bt/service/
Dgatt_server_old.cc281 const bluetooth::Uuid::UUID128Bit& attr_uuid = ch.uuid.To128BitBE(); in RequestWriteCallback()
322 const bluetooth::Uuid::UUID128Bit uuid = g_internal->last_write.To128BitBE(); in RequestExecWriteCallback()
/system/bt/service/ipc/
Dlinux_ipc_host.cc307 Uuid::UUID128Bit id; in OnGattWrite()