Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc157 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::hci::Uuid
163 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::hci::Uuid
166 return From128BitLE(tmp); in From128BitLE()
Duuid.h103 static Uuid From128BitLE(const UUID128Bit& uuid);
107 static Uuid From128BitLE(const uint8_t* uuid);
Duuid_unittest.cc35 static const Uuid kBaseLe = Uuid::From128BitLE(Uuid::UUID128Bit{
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc133 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::Uuid
139 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::Uuid
142 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/discovery/device/
Deir_data.cc115 auto uuid = bluetooth::hci::Uuid::From128BitLE(&it[0]); in GetUuids128()
129 auto uuid = bluetooth::hci::Uuid::From128BitLE(&it[0]); in GetUuidsIncomplete128()
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc232 get_or_create_group_with_id(id, Uuid::From128BitLE(uuid128)); in DeserializeGroups()
236 c->OnGroupAddFromStorage(addr, Uuid::From128BitLE(uuid128), id); in DeserializeGroups()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp90 Uuid uuidLE = Uuid::From128BitLE(uuid); in process()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1058 bluetooth::Uuid::From128BitLE(p); in gatt_process_read_rsp()
Dgatt_utils.cc590 *p_uuid_rec = Uuid::From128BitLE(p_uuid); in gatt_parse_uuid_from_cmd()