Home
last modified time | relevance | path

Searched defs:uu (Results 1 – 7 of 7) 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.cpp46 std::array<uint8_t, Uuid::kNumBytes128> uu; in from_java_uuid() local
57 auto uu = uuid.To128BitBE(); in uuid_lsb() local
69 auto uu = uuid.To128BitBE(); in uuid_msb() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1341 let uu = Uuid { uu: uuid }; in sdp_search() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs34 uu: [u8; 16], field