Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.h121 UUID128Bit uu; variable
/packages/modules/Bluetooth/system/gd/hci/
Duuid.h126 UUID128Bit uu = {}; variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_csip_set_coordinator.cpp50 auto uu = uuid.To128BitBE(); in uuid_lsb() local
62 auto uu = uuid.To128BitBE(); in uuid_msb() local
Dcom_android_bluetooth_gatt.cpp41 std::array<uint8_t, Uuid::kNumBytes128> uu; in from_java_uuid() local
52 auto uu = uuid.To128BitBE(); in uuid_lsb() local
64 auto uu = uuid.To128BitBE(); in uuid_msb() local
Dcom_android_bluetooth_btservice_AdapterService.cpp49 std::array<uint8_t, Uuid::kNumBytes128> uu; in from_java_uuid() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc394 auto uu = uuid.To128BitBE(); in uuid_lsb() local
406 auto uu = uuid.To128BitBE(); in uuid_msb() local
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs437 let mut uu: [u8; 16] = in try_from() localVariable
499 let mut uu = [0; 16]; in from_string() localVariable