Home
last modified time | relevance | path

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

/system/bt/types/bluetooth/
Duuid.h90 static Uuid From128BitLE(const UUID128Bit& uuid);
94 static Uuid From128BitLE(const uint8_t* uuid);
Duuid.cc130 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::Uuid
136 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::Uuid
139 return From128BitLE(tmp); in From128BitLE()
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.h90 static Uuid From128BitLE(const UUID128Bit& uuid);
94 static Uuid From128BitLE(const uint8_t* uuid);
Duuid.cc125 Uuid Uuid::From128BitLE(const UUID128Bit& uuid) { in From128BitLE() function in bluetooth::Uuid
131 Uuid Uuid::From128BitLE(const uint8_t* uuid) { in From128BitLE() function in bluetooth::Uuid
134 return From128BitLE(tmp); in From128BitLE()
/system/bt/gd/hci/
Duuid.h106 static Uuid From128BitLE(const UUID128Bit& uuid);
110 static Uuid From128BitLE(const uint8_t* uuid);
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()
/system/bt/stack/gatt/
Dgatt_cl.cc1004 bluetooth::Uuid::From128BitLE(p); in gatt_process_read_rsp()
Dgatt_utils.cc503 *p_uuid_rec = Uuid::From128BitLE(p_uuid); in gatt_parse_uuid_from_cmd()