Home
last modified time | relevance | path

Searched defs:uu (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/os/
Dparcel_uuid.cc31 auto uu = uuid.To128BitBE(); in uuid_lsb() local
43 auto uu = uuid.To128BitBE(); in uuid_msb() local
70 std::array<uint8_t, Uuid::kNumBytes128> uu; in readFromParcel() local
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.h123 UUID128Bit uu; variable
/packages/modules/Bluetooth/system/gd/hci/
Duuid.h129 UUID128Bit uu = {}; variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_csip_set_coordinator.cpp51 auto uu = uuid.To128BitBE(); in uuid_lsb() local
63 auto uu = uuid.To128BitBE(); in uuid_msb() local
Dcom_android_bluetooth_gatt.cpp50 std::array<uint8_t, Uuid::kNumBytes128> uu; in from_java_uuid() local
61 auto uu = uuid.To128BitBE(); in uuid_lsb() local
73 auto uu = uuid.To128BitBE(); in uuid_msb() local
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs371 let mut uu: [u8; 16] = in try_from() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs2273 let uu = Uuid::from(uuid); in sdp_search() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs36 uu: [u8; 16], field