Home
last modified time | relevance | path

Searched defs:uuid32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt499 for (uuid32 in dataTypesRequest.getCompleteServiceClassUuids32List()) { in advertise() constant
514 for (uuid32 in dataTypesRequest.getServiceSolicitationUuids32List()) { in advertise() constant
531 for ((uuid32, data) in dataTypesRequest.getServiceDataUuid32()) { in advertise() constant
680 val uuid32 = in scan() constant
703 val uuid32 = in scan() constant
719 val uuid32 = in scan() constant
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Duuid.h64 constexpr explicit UUID(const uint32_t uuid32) in UUID()
162 static constexpr UInt128 BuildSIGUUID(const uint32_t uuid32) { in BuildSIGUUID()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbthsdpdef.h15 ULONG uuid32; member
85 ULONG uuid32; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc122 Uuid Uuid::From32Bit(uint32_t uuid32) { in From32Bit()
/aosp_15_r20/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc135 Uuid Uuid::From32Bit(uint32_t uuid32) { in From32Bit()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc2026 uint32_t uuid32; in btm_convert_uuid_to_uuid16() local