Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
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.h48 using UUID128Bit = std::array<uint8_t, kNumBytes128>; variable
93 static Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE()
103 static Uuid From128BitLE(const UUID128Bit& uuid);
110 UUID128Bit To128BitLE() const;
113 const UUID128Bit& To128BitBE() const;
123 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
126 UUID128Bit uu = {};
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…
35 static const Uuid kBaseLe = Uuid::From128BitLE(Uuid::UUID128Bit{
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc33 using UUID128Bit = Uuid::UUID128Bit; typedef
35 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
39 UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00,
128 UUID128Bit tmp; in From128BitBE()
133 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE()
140 UUID128Bit tmp; in From128BitLE()
145 const UUID128Bit Uuid::To128BitLE() const { in To128BitLE()
146 UUID128Bit le; in To128BitLE()
151 const UUID128Bit& Uuid::To128BitBE() const { return uu; } in To128BitBE()
Duuid.h46 using UUID128Bit = std::array<uint8_t, kNumBytes128>; variable
78 static constexpr Uuid From128BitBE(const UUID128Bit& uuid) { in From128BitBE()
88 static Uuid From128BitLE(const UUID128Bit& uuid);
95 const UUID128Bit To128BitLE() const;
98 const UUID128Bit& To128BitBE() const;
118 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
121 UUID128Bit uu;
/packages/modules/Bluetooth/system/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,
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_cust_uuid_test.cc31 Uuid::UUID128Bit{{0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88,
34 Uuid::UUID128Bit{{0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x33,
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc195 Uuid::UUID128Bit uuid128 = g.GetUuid().To128BitLE(); in SerializeGroups()
228 Uuid::UUID128Bit uuid128; in DeserializeGroups()
/packages/modules/Bluetooth/system/profile/sdp/common/
Ddata_element_reader.cc164 Uuid::UUID128Bit uuid_array; in ReadUuid()