Home
last modified time | relevance | path

Searched refs:From128BitLE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc151 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::Uuid
157 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::Uuid
160 return From128BitLE(tmp); in From128BitLE()
Duuid.h88 static Uuid From128BitLE(const UUID128Bit& uuid);
92 static Uuid From128BitLE(const uint8_t* uuid);
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc138 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::hci::Uuid
144 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::hci::Uuid
147 return From128BitLE(tmp); in From128BitLE()
Duuid.h99 static Uuid From128BitLE(const UUID128Bit& uuid);
103 static Uuid From128BitLE(const uint8_t* uuid);
Duuid_unittest.cc39 Uuid::From128BitLE(Uuid::UUID128Bit{{0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80, 0x00,
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc238 auto* group = get_or_create_group_with_id(id, Uuid::From128BitLE(uuid128)); in DeserializeGroups()
244 c->OnGroupAddFromStorage(addr, Uuid::From128BitLE(uuid128), id); in DeserializeGroups()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1062 bluetooth::Uuid::From128BitLE(p); in gatt_process_read_rsp()
Dgatt_utils.cc610 *p_uuid_rec = Uuid::From128BitLE(p_uuid); in gatt_parse_uuid_from_cmd()