Home
last modified time | relevance | path

Searched defs:uuid128 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt504 for (uuid128 in dataTypesRequest.getCompleteServiceClassUuids128List()) { in advertise() constant
519 for (uuid128 in dataTypesRequest.getServiceSolicitationUuids128List()) { in advertise() constant
536 for ((uuid128, data) in dataTypesRequest.getServiceDataUuid128()) { in advertise() constant
687 val uuid128 = parcelUuid.uuid.toString().uppercase() in scan() constant
707 val uuid128 = serviceUuid.uuid.toString().uppercase() in scan() constant
723 val uuid128 = serviceUuid.uuid.toString().uppercase() in scan() constant
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbthsdpdef.h14 GUID uuid128; member
84 GUID uuid128; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc203 Uuid::UUID128Bit uuid128 = g.GetUuid().To128BitLE(); in SerializeGroups() local
236 Uuid::UUID128Bit uuid128; in DeserializeGroups() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Duuid.h50 constexpr explicit UUID(const UInt128& uuid128) : value_(uuid128) { in UUID()