Home
last modified time | relevance | path

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

/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;
117 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
120 UUID128Bit uu;
Duuid.cc30 using UUID128Bit = Uuid::UUID128Bit; typedef
32 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
36 UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00,
125 UUID128Bit tmp; in From128BitBE()
130 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
137 UUID128Bit tmp; in From128BitLE()
142 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
143 UUID128Bit le; in To128BitLE()
148 const UUID128Bit& Uuid::To128BitBE() const { return uu; } in To128BitBE()
/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/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.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…
152 UUID128Bit tmp; in From128BitBE()
157 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
164 UUID128Bit tmp; in From128BitLE()
169 UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
170 UUID128Bit le; in To128BitLE()
175 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/bta/test/
Dbta_dm_cust_uuid_test.cc48 Uuid::UUID128Bit{{0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88,
51 Uuid::UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x33,
/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/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/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/profile/sdp/common/
Ddata_element_reader.cc162 Uuid::UUID128Bit uuid_array; in ReadUuid()
/system/bt/service/
Dgatt_server_old.cc282 const bluetooth::Uuid::UUID128Bit& attr_uuid = ch.uuid.To128BitBE(); in RequestWriteCallback()
323 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()