Searched refs:From128BitLE (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/types/bluetooth/ |
D | uuid.cc | 151 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()
|
D | uuid.h | 88 static Uuid From128BitLE(const UUID128Bit& uuid); 92 static Uuid From128BitLE(const uint8_t* uuid);
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | uuid.cc | 138 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()
|
D | uuid.h | 99 static Uuid From128BitLE(const UUID128Bit& uuid); 103 static Uuid From128BitLE(const uint8_t* uuid);
|
D | uuid_unittest.cc | 39 Uuid::From128BitLE(Uuid::UUID128Bit{{0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80, 0x00,
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups.cc | 238 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/ |
D | gatt_cl.cc | 1062 bluetooth::Uuid::From128BitLE(p); in gatt_process_read_rsp()
|
D | gatt_utils.cc | 610 *p_uuid_rec = Uuid::From128BitLE(p_uuid); in gatt_parse_uuid_from_cmd()
|